Shades of Orchid #C86CD2
Tints of Orchid #C86CD2
RGB
CMYK
RGB Variations
Color information
#C86CD2 (or 0xC86CD2) is known color: Orchid. HEX triplet: C8, 6C and D2. RGB value is (200,108,210). Sum of RGB (Red+Green+Blue) = 200+108+210=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #C86CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CD2 is #37932D. Grayscale: #929292. Windows color (decimal): -3642158 or 13790408. OLE color: 13790408.
HSL color Cylindrical-coordinate representation of color #C86CD2: hue angle of 294.12º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86CD2 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 108 | 210 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.18 |
| HSL | 294.12º | 0.53% | 0.62% | - |
| HSV(B) | 294.12º | 0.49% | 0.82% | - |
| XYZ | 40.81 | 27.66 | 64.16 | - |
| YUV | 147.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 210 | 0.05 | 0.49 | 0 | 0.18 | 294.12 | 0.53 | 0.62 |
| Hex | C8 | 6C | D2 | 5 | 31 | 0 | 12 | 126 | 35 | 3E |
| Octal | 310 | 154 | 322 | 5 | 61 | 0 | 22 | 446 | 65 | 76 |
| Binary | 11001000 | 1101100 | 11010010 | 101 | 110001 | 0 | 10010 | 100100110 | 110101 | 111110 |
Color Harmonies of #C86CD2
Complementary color
Monochromatic Colors of #C86CD2
Black with #C86CD2
Text Example
Text Example
White with #C86CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CD2; }
p { color: rgb(200,108,210); }
H1.HeaderClassName
{
color: #C86CD2;
}
.AnyTagClassName
{
color: #C86CD2;
}
</style>
background-color css
<style>
a { background-color: #C86CD2; }
a { background-color: rgb(200,108,210); }
div.DivClassName
{
background-color: #C86CD2;
}
.BgClassName
{
background-color: #C86CD2;
}
</style>
border-color css
<style>
span { border-color: #C86CD2; }
span { border-color: rgb(200,108,210); }
td.TdClassName
{
border-color: #C86CD2;
}
.TagClassName
{
border-color: #C86CD2;
}
</style>