#CC6EBD

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

Shades of Orchid #CC6EBD

Tints of Orchid #CC6EBD

Color information

#CC6EBD (or 0xCC6EBD) is unknown color: approx Orchid. HEX triplet: CC, 6E and BD. RGB value is (204,110,189). Sum of RGB (Red+Green+Blue) = 204+110+189=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6EBD is #339142. Grayscale: #929292. Windows color (decimal): -3379523 or 12414668. OLE color: 12414668.

HSL color Cylindrical-coordinate representation of color #CC6EBD: hue angle of 309.57º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6EBD is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204110189-
CMYK00.460.070.2
HSL309.57º47.96%61.57%-
HSV(B)309.57º46.08%80%-
XYZ39.6627.6651.39-
YUV147.11151.64168.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 110 (43.36% from 255) = 21.87%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=40.56%
G=21.87%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411018900.460.070.2309.5747.9661.57
HexCC6EBD02E714136303e
Octal3141562750567244666076
Binary11001100110111010111101010111011110100100110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6EBD; }

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

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

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

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

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

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

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

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