Shades of Orchid #C86CD5
Tints of Orchid #C86CD5
RGB
CMYK
RGB Variations
Color information
#C86CD5 (or 0xC86CD5) is known color: Orchid. HEX triplet: C8, 6C and D5. RGB value is (200,108,213). Sum of RGB (Red+Green+Blue) = 200+108+213=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #C86CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CD5 is #37932A. Grayscale: #939393. Windows color (decimal): -3642155 or 13987016. OLE color: 13987016.
HSL color Cylindrical-coordinate representation of color #C86CD5: hue angle of 292.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86CD5 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 108 | 213 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.16 |
| HSL | 292.57º | 0.56% | 0.63% | - |
| HSV(B) | 292.57º | 0.49% | 0.84% | - |
| XYZ | 41.19 | 27.81 | 66.15 | - |
| YUV | 147.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 213 | 0.06 | 0.49 | 0 | 0.16 | 292.57 | 0.56 | 0.63 |
| Hex | C8 | 6C | D5 | 6 | 31 | 0 | 10 | 125 | 38 | 3F |
| Octal | 310 | 154 | 325 | 6 | 61 | 0 | 20 | 445 | 70 | 77 |
| Binary | 11001000 | 1101100 | 11010101 | 110 | 110001 | 0 | 10000 | 100100101 | 111000 | 111111 |
Color Harmonies of #C86CD5
Complementary color
Monochromatic Colors of #C86CD5
Black with #C86CD5
Text Example
Text Example
White with #C86CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CD5; }
p { color: rgb(200,108,213); }
H1.HeaderClassName
{
color: #C86CD5;
}
.AnyTagClassName
{
color: #C86CD5;
}
</style>
background-color css
<style>
a { background-color: #C86CD5; }
a { background-color: rgb(200,108,213); }
div.DivClassName
{
background-color: #C86CD5;
}
.BgClassName
{
background-color: #C86CD5;
}
</style>
border-color css
<style>
span { border-color: #C86CD5; }
span { border-color: rgb(200,108,213); }
td.TdClassName
{
border-color: #C86CD5;
}
.TagClassName
{
border-color: #C86CD5;
}
</style>