#C86FD9

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

Shades of Orchid #C86FD9

Tints of Orchid #C86FD9

Color information

#C86FD9 (or 0xC86FD9) is unknown color: approx Orchid. HEX triplet: C8, 6F and D9. RGB value is (200,111,217). Sum of RGB (Red+Green+Blue) = 200+111+217=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #C86FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FD9 is #379026. Grayscale: #959595. Windows color (decimal): -3641383 or 14249928. OLE color: 14249928.

HSL color Cylindrical-coordinate representation of color #C86FD9: hue angle of 290.38º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86FD9 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200111217-
CMYK0.080.4900.15
HSL290.38º58.24%64.31%-
HSV(B)290.38º48.85%85.1%-
XYZ42.0328.6668.96-
YUV149.7165.99163.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 111 (43.75% from 255) = 21.02%
BLUE value IS 217 (85.16% from 255) = 41.10%
R=37.88%
G=21.02%
B=41.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001112170.080.4900.15290.3858.2464.31
HexC86FD98310F1223a40
Octal310157331106101744272100
Binary110010001101111110110011000110001011111001000101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FD9; }

 p { color: rgb(200,111,217); }

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

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

 a { background-color: rgb(200,111,217); }

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

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

 span { border-color: rgb(200,111,217); }

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