#CC86D5

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

Shades of Orchid #CC86D5

Tints of Orchid #CC86D5

Color information

#CC86D5 (or 0xCC86D5) is unknown color: approx Orchid. HEX triplet: CC, 86 and D5. RGB value is (204,134,213). Sum of RGB (Red+Green+Blue) = 204+134+213=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC86D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86D5 is #33792A. Grayscale: #A3A3A3. Windows color (decimal): -3373355 or 13993676. OLE color: 13993676.

HSL color Cylindrical-coordinate representation of color #CC86D5: hue angle of 293.16º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC86D5 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204134213-
CMYK0.040.3700.16
HSL293.16º48.47%68.04%-
HSV(B)293.16º37.09%83.53%-
XYZ45.4434.6967.25-
YUV163.94155.69156.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 134 (52.73% from 255) = 24.32%
BLUE value IS 213 (83.59% from 255) = 38.66%
R=37.02%
G=24.32%
B=38.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041342130.040.3700.16293.1648.4768.04
HexCC86D54250101253044
Octal31420632544502044560104
Binary1100110010000110110101011001001010100001001001011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC86D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC86D5; }

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

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

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

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

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

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

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

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