#C86BDB

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

Shades of Orchid #C86BDB

Tints of Orchid #C86BDB

Color information

#C86BDB (or 0xC86BDB) is unknown color: approx Orchid. HEX triplet: C8, 6B and DB. RGB value is (200,107,219). Sum of RGB (Red+Green+Blue) = 200+107+219=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #C86BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BDB is #379424. Grayscale: #939393. Windows color (decimal): -3642405 or 14379976. OLE color: 14379976.

HSL color Cylindrical-coordinate representation of color #C86BDB: hue angle of 289.82º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86BDB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200107219-
CMYK0.090.5100.14
HSL289.82º60.87%63.92%-
HSV(B)289.82º51.14%85.88%-
XYZ41.8627.9170.2-
YUV147.57168.31165.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 107 (42.19% from 255) = 20.34%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=38.02%
G=20.34%
B=41.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001072190.090.5100.14289.8260.8763.92
HexC86BDB9330E1223d40
Octal310153333116301644275100
Binary110010001101011110110111001110011011101001000101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86BDB; }

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

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

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

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

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

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

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

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