#CC5AE6

Color #CC5AE6 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CC5AE6

Tints of Medium Orchid #CC5AE6

Color information

#CC5AE6 (or 0xCC5AE6) is unknown color: approx Medium Orchid. HEX triplet: CC, 5A and E6. RGB value is (204,90,230). Sum of RGB (Red+Green+Blue) = 204+90+230=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC5AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5AE6 is #33A519. Grayscale: #8B8B8B. Windows color (decimal): -3384602 or 15096524. OLE color: 15096524.

HSL color Cylindrical-coordinate representation of color #CC5AE6: hue angle of 288.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5AE6 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20490230-
CMYK0.110.6100.10
HSL288.86º73.68%62.75%-
HSV(B)288.86º60.87%90.2%-
XYZ42.8425.8677.6-
YUV140.05178.77173.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 90 (35.55% from 255) = 17.18%
BLUE value IS 230 (90.23% from 255) = 43.89%
R=38.93%
G=17.18%
B=43.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal204902300.110.6100.10288.8673.6862.75
HexCC5AE6B3D0A1214a3f
Octal314132346137501244111277
Binary110011001011010111001101011111101010101001000011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5AE6; }

 p { color: rgb(204,90,230); }

 H1.HeaderClassName
 {
   color: #CC5AE6;
 }
 .AnyTagClassName
 {
   color: #CC5AE6;
 }
</style>
background-color css

<style>
 a { background-color: #CC5AE6; }

 a { background-color: rgb(204,90,230); }

 div.DivClassName
 {
   background-color: #CC5AE6;
 }
 .BgClassName
 {
   background-color: #CC5AE6;
 }
</style>
border-color css

<style>
 span { border-color: #CC5AE6; }

 span { border-color: rgb(204,90,230); }

 td.TdClassName
 {
   border-color: #CC5AE6;
 }
 .TagClassName
 {
   border-color: #CC5AE6;
 }
</style>