#CC85CC

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

Shades of Orchid #CC85CC

Tints of Orchid #CC85CC

Color information

#CC85CC (or 0xCC85CC) is unknown color: approx Orchid. HEX triplet: CC, 85 and CC. RGB value is (204,133,204). Sum of RGB (Red+Green+Blue) = 204+133+204=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85CC is #337A33. Grayscale: #A2A2A2. Windows color (decimal): -3373620 or 13403596. OLE color: 13403596.

HSL color Cylindrical-coordinate representation of color #CC85CC: hue angle of 300º degrees, saturation: 0.41, 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 #CC85CC is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB204133204-
CMYK00.3500.2
HSL300º41.04%66.08%-
HSV(B)300º34.8%80%-
XYZ44.1933.9761.36-
YUV162.32151.52157.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=37.71%
G=24.58%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413320400.3500.230041.0466.08
HexCC85CC02301412c2942
Octal31420531404302445451102
Binary11001100100001011100110001000110101001001011001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85CC; }

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

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

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

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

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

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

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

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