#C86BD9

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

Shades of Orchid #C86BD9

Tints of Orchid #C86BD9

Color information

#C86BD9 (or 0xC86BD9) is unknown color: approx Orchid. HEX triplet: C8, 6B and D9. RGB value is (200,107,217). Sum of RGB (Red+Green+Blue) = 200+107+217=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #C86BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BD9 is #379426. Grayscale: #939393. Windows color (decimal): -3642407 or 14248904. OLE color: 14248904.

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

Color convert

RGB200107217-
CMYK0.080.5100.15
HSL290.73º59.14%63.53%-
HSV(B)290.73º50.69%85.1%-
XYZ41.627.868.82-
YUV147.35167.31165.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 107 (42.19% from 255) = 20.42%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=38.17%
G=20.42%
B=41.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001072170.080.5100.15290.7359.1463.53
HexC86BD98330F1233b40
Octal310153331106301744373100
Binary110010001101011110110011000110011011111001000111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86BD9; }

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

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

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

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

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

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

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

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