#CC86CB

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

Shades of Orchid #CC86CB

Tints of Orchid #CC86CB

Color information

#CC86CB (or 0xCC86CB) is unknown color: approx Orchid. HEX triplet: CC, 86 and CB. RGB value is (204,134,203). Sum of RGB (Red+Green+Blue) = 204+134+203=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86CB is #337934. Grayscale: #A2A2A2. Windows color (decimal): -3373365 or 13338316. OLE color: 13338316.

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

Color convert

RGB204134203-
CMYK00.340.000.2
HSL300.86º40.7%66.27%-
HSV(B)300.86º34.31%80%-
XYZ44.2134.260.77-
YUV162.8150.69157.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 134 (52.73% from 255) = 24.77%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=37.71%
G=24.77%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413420300.340.000.2300.8640.766.27
HexCC86CB02201412d2942
Octal31420631304202445551102
Binary11001100100001101100101101000100101001001011011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC86CB; }

 p { color: rgb(204,134,203); }

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

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

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

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

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

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

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