#CC85CF

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

Shades of Orchid #CC85CF

Tints of Orchid #CC85CF

Color information

#CC85CF (or 0xCC85CF) is unknown color: approx Orchid. HEX triplet: CC, 85 and CF. RGB value is (204,133,207). Sum of RGB (Red+Green+Blue) = 204+133+207=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85CF is #337A30. Grayscale: #A2A2A2. Windows color (decimal): -3373617 or 13600204. OLE color: 13600204.

HSL color Cylindrical-coordinate representation of color #CC85CF: hue angle of 297.57º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC85CF is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204133207-
CMYK0.010.3600.19
HSL297.57º43.53%66.67%-
HSV(B)297.57º35.75%81.18%-
XYZ44.5534.1263.27-
YUV162.67153.02157.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=37.5%
G=24.45%
B=38.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041332070.010.3600.19297.5743.5366.67
HexCC85CF12401312a2c43
Octal31420531714402345254103
Binary11001100100001011100111111001000100111001010101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85CF; }

 p { color: rgb(204,133,207); }

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

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

 a { background-color: rgb(204,133,207); }

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

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

 span { border-color: rgb(204,133,207); }

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