Shades of Orchid #C86CCE
Tints of Orchid #C86CCE
RGB
CMYK
RGB Variations
Color information
#C86CCE (or 0xC86CCE) is known color: Orchid. HEX triplet: C8, 6C and CE. RGB value is (200,108,206). Sum of RGB (Red+Green+Blue) = 200+108+206=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #C86CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CCE is #379331. Grayscale: #929292. Windows color (decimal): -3642162 or 13528264. OLE color: 13528264.
HSL color Cylindrical-coordinate representation of color #C86CCE: hue angle of 296.33º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86CCE is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 108 | 206 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.19 |
| HSL | 296.33º | 0.5% | 0.62% | - |
| HSV(B) | 296.33º | 0.48% | 0.81% | - |
| XYZ | 40.32 | 27.46 | 61.57 | - |
| YUV | 146.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 206 | 0.03 | 0.48 | 0 | 0.19 | 296.33 | 0.5 | 0.62 |
| Hex | C8 | 6C | CE | 3 | 30 | 0 | 13 | 128 | 32 | 3E |
| Octal | 310 | 154 | 316 | 3 | 60 | 0 | 23 | 450 | 62 | 76 |
| Binary | 11001000 | 1101100 | 11001110 | 11 | 110000 | 0 | 10011 | 100101000 | 110010 | 111110 |
Color Harmonies of #C86CCE
Complementary color
Monochromatic Colors of #C86CCE
Black with #C86CCE
Text Example
Text Example
White with #C86CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CCE; }
p { color: rgb(200,108,206); }
H1.HeaderClassName
{
color: #C86CCE;
}
.AnyTagClassName
{
color: #C86CCE;
}
</style>
background-color css
<style>
a { background-color: #C86CCE; }
a { background-color: rgb(200,108,206); }
div.DivClassName
{
background-color: #C86CCE;
}
.BgClassName
{
background-color: #C86CCE;
}
</style>
border-color css
<style>
span { border-color: #C86CCE; }
span { border-color: rgb(200,108,206); }
td.TdClassName
{
border-color: #C86CCE;
}
.TagClassName
{
border-color: #C86CCE;
}
</style>