#C86DC9

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

Shades of Orchid #C86DC9

Tints of Orchid #C86DC9

Color information

#C86DC9 (or 0xC86DC9) is unknown color: approx Orchid. HEX triplet: C8, 6D and C9. RGB value is (200,109,201). Sum of RGB (Red+Green+Blue) = 200+109+201=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #C86DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DC9 is #379236. Grayscale: #929292. Windows color (decimal): -3641911 or 13200840. OLE color: 13200840.

HSL color Cylindrical-coordinate representation of color #C86DC9: hue angle of 299.35º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86DC9 is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200109201-
CMYK0.000.4600.21
HSL299.35º46%60.78%-
HSV(B)299.35º45.77%78.82%-
XYZ39.8327.4358.45-
YUV146.7158.65166.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 109 (42.97% from 255) = 21.37%
BLUE value IS 201 (78.91% from 255) = 39.41%
R=39.22%
G=21.37%
B=39.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001092010.000.4600.21299.354660.78
HexC86DC902E01512b2e3d
Octal3101553110560254535675
Binary110010001101101110010010101110010101100101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86DC9; }

 p { color: rgb(200,109,201); }

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

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

 a { background-color: rgb(200,109,201); }

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

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

 span { border-color: rgb(200,109,201); }

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