#CC6ED5

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

Shades of Orchid #CC6ED5

Tints of Orchid #CC6ED5

Color information

#CC6ED5 (or 0xCC6ED5) is unknown color: approx Orchid. HEX triplet: CC, 6E and D5. RGB value is (204,110,213). Sum of RGB (Red+Green+Blue) = 204+110+213=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC6ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ED5 is #33912A. Grayscale: #959595. Windows color (decimal): -3379499 or 13987532. OLE color: 13987532.

HSL color Cylindrical-coordinate representation of color #CC6ED5: hue angle of 294.76º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6ED5 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204110213-
CMYK0.040.4800.16
HSL294.76º55.08%63.33%-
HSV(B)294.76º48.36%83.53%-
XYZ42.4928.7966.27-
YUV149.85163.64166.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 110 (43.36% from 255) = 20.87%
BLUE value IS 213 (83.59% from 255) = 40.42%
R=38.71%
G=20.87%
B=40.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041102130.040.4800.16294.7655.0863.33
HexCC6ED5430010127373f
Octal3141563254600204476777
Binary11001100110111011010101100110000010000100100111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6ED5; }

 p { color: rgb(204,110,213); }

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

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

 a { background-color: rgb(204,110,213); }

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

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

 span { border-color: rgb(204,110,213); }

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