Shades of Orchid #C86CDE
Tints of Orchid #C86CDE
RGB
CMYK
RGB Variations
Color information
#C86CDE (or 0xC86CDE) is known color: Orchid. HEX triplet: C8, 6C and DE. RGB value is (200,108,222). Sum of RGB (Red+Green+Blue) = 200+108+222=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #C86CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CDE is #379321. Grayscale: #949494. Windows color (decimal): -3642146 or 14576840. OLE color: 14576840.
HSL color Cylindrical-coordinate representation of color #C86CDE: hue angle of 288.42º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86CDE is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 108 | 222 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.13 |
| HSL | 288.42º | 0.63% | 0.65% | - |
| HSV(B) | 288.42º | 0.51% | 0.87% | - |
| XYZ | 42.37 | 28.28 | 72.33 | - |
| YUV | 148.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 222 | 0.10 | 0.51 | 0 | 0.13 | 288.42 | 0.63 | 0.65 |
| Hex | C8 | 6C | DE | A | 33 | 0 | D | 120 | 3F | 41 |
| Octal | 310 | 154 | 336 | 12 | 63 | 0 | 15 | 440 | 77 | 101 |
| Binary | 11001000 | 1101100 | 11011110 | 1010 | 110011 | 0 | 1101 | 100100000 | 111111 | 1000001 |
Color Harmonies of #C86CDE
Complementary color
Monochromatic Colors of #C86CDE
Black with #C86CDE
Text Example
Text Example
White with #C86CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CDE; }
p { color: rgb(200,108,222); }
H1.HeaderClassName
{
color: #C86CDE;
}
.AnyTagClassName
{
color: #C86CDE;
}
</style>
background-color css
<style>
a { background-color: #C86CDE; }
a { background-color: rgb(200,108,222); }
div.DivClassName
{
background-color: #C86CDE;
}
.BgClassName
{
background-color: #C86CDE;
}
</style>
border-color css
<style>
span { border-color: #C86CDE; }
span { border-color: rgb(200,108,222); }
td.TdClassName
{
border-color: #C86CDE;
}
.TagClassName
{
border-color: #C86CDE;
}
</style>