#CC85CD

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

Shades of Orchid #CC85CD

Tints of Orchid #CC85CD

Color information

#CC85CD (or 0xCC85CD) is unknown color: approx Orchid. HEX triplet: CC, 85 and CD. RGB value is (204,133,205). Sum of RGB (Red+Green+Blue) = 204+133+205=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC85CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85CD is #337A32. Grayscale: #A2A2A2. Windows color (decimal): -3373619 or 13469132. OLE color: 13469132.

HSL color Cylindrical-coordinate representation of color #CC85CD: hue angle of 299.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC85CD is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204133205-
CMYK0.000.3500.20
HSL299.17º41.86%66.27%-
HSV(B)299.17º35.12%80.39%-
XYZ44.3134.0261.99-
YUV162.44152.02157.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=37.64%
G=24.54%
B=37.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041332050.000.3500.20299.1741.8666.27
HexCC85CD02301412b2a42
Octal31420531504302445352102
Binary11001100100001011100110101000110101001001010111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85CD; }

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

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

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

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

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

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

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

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