#C86CDB

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

Shades of Orchid #C86CDB

Tints of Orchid #C86CDB

Color information

#C86CDB (or 0xC86CDB) is unknown color: approx Orchid. HEX triplet: C8, 6C and DB. RGB value is (200,108,219). Sum of RGB (Red+Green+Blue) = 200+108+219=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #C86CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CDB is #379324. Grayscale: #939393. Windows color (decimal): -3642149 or 14380232. OLE color: 14380232.

HSL color Cylindrical-coordinate representation of color #C86CDB: hue angle of 289.73º 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 #C86CDB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200108219-
CMYK0.090.5100.14
HSL289.73º60.66%64.12%-
HSV(B)289.73º50.68%85.88%-
XYZ41.9728.1270.23-
YUV148.16167.98164.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 108 (42.58% from 255) = 20.49%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=37.95%
G=20.49%
B=41.56%

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
Decimal2001082190.090.5100.14289.7360.6664.12
HexC86CDB9330E1223d40
Octal310154333116301644275100
Binary110010001101100110110111001110011011101001000101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86CDB; }

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

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

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

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

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

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

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

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