#CD86D7

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

Shades of Orchid #CD86D7

Tints of Orchid #CD86D7

Color information

#CD86D7 (or 0xCD86D7) is unknown color: approx Orchid. HEX triplet: CD, 86 and D7. RGB value is (205,134,215). Sum of RGB (Red+Green+Blue) = 205+134+215=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD86D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86D7 is #327928. Grayscale: #A4A4A4. Windows color (decimal): -3307817 or 14124749. OLE color: 14124749.

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

Color convert

RGB205134215-
CMYK0.050.3800.16
HSL292.59º50.31%68.43%-
HSV(B)292.59º37.67%84.31%-
XYZ45.9734.9468.61-
YUV164.46156.52156.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 134 (52.73% from 255) = 24.19%
BLUE value IS 215 (84.38% from 255) = 38.81%
R=37.00%
G=24.19%
B=38.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051342150.050.3800.16292.5950.3168.43
HexCD86D75260101253244
Octal31520632754602044562104
Binary1100110110000110110101111011001100100001001001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86D7; }

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

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

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

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

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

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

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

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