#CD86D6

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

Shades of Orchid #CD86D6

Tints of Orchid #CD86D6

Color information

#CD86D6 (or 0xCD86D6) is unknown color: approx Orchid. HEX triplet: CD, 86 and D6. RGB value is (205,134,214). Sum of RGB (Red+Green+Blue) = 205+134+214=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD86D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86D6 is #327929. Grayscale: #A4A4A4. Windows color (decimal): -3307818 or 14059213. OLE color: 14059213.

HSL color Cylindrical-coordinate representation of color #CD86D6: hue angle of 293.25º degrees, saturation: 0.49, 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 #CD86D6 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205134214-
CMYK0.040.3700.16
HSL293.25º49.38%68.24%-
HSV(B)293.25º37.38%83.92%-
XYZ45.8434.8867.94-
YUV164.35156.02157-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 134 (52.73% from 255) = 24.23%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=37.07%
G=24.23%
B=38.70%

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
Decimal2051342140.040.3700.16293.2549.3868.24
HexCD86D64250101253144
Octal31520632644502044561104
Binary1100110110000110110101101001001010100001001001011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86D6; }

 p { color: rgb(205,134,214); }

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

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

 a { background-color: rgb(205,134,214); }

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

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

 span { border-color: rgb(205,134,214); }

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