Shades of Orchid #C86DDD
Tints of Orchid #C86DDD
RGB
CMYK
RGB Variations
Color information
#C86DDD (or 0xC86DDD) is known color: Orchid. HEX triplet: C8, 6D and DD. RGB value is (200,109,221). Sum of RGB (Red+Green+Blue) = 200+109+221=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #C86DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DDD is #379222. Grayscale: #949494. Windows color (decimal): -3641891 or 14511560. OLE color: 14511560.
HSL color Cylindrical-coordinate representation of color #C86DDD: hue angle of 288.75º degrees, saturation: 0.62, 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 #C86DDD is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 109 | 221 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.13 |
| HSL | 288.75º | 0.62% | 0.65% | - |
| HSV(B) | 288.75º | 0.51% | 0.87% | - |
| XYZ | 42.34 | 28.44 | 71.66 | - |
| YUV | 148.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 221 | 0.10 | 0.51 | 0 | 0.13 | 288.75 | 0.62 | 0.65 |
| Hex | C8 | 6D | DD | A | 33 | 0 | D | 121 | 3E | 41 |
| Octal | 310 | 155 | 335 | 12 | 63 | 0 | 15 | 441 | 76 | 101 |
| Binary | 11001000 | 1101101 | 11011101 | 1010 | 110011 | 0 | 1101 | 100100001 | 111110 | 1000001 |
Color Harmonies of #C86DDD
Complementary color
Monochromatic Colors of #C86DDD
Black with #C86DDD
Text Example
Text Example
White with #C86DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DDD; }
p { color: rgb(200,109,221); }
H1.HeaderClassName
{
color: #C86DDD;
}
.AnyTagClassName
{
color: #C86DDD;
}
</style>
background-color css
<style>
a { background-color: #C86DDD; }
a { background-color: rgb(200,109,221); }
div.DivClassName
{
background-color: #C86DDD;
}
.BgClassName
{
background-color: #C86DDD;
}
</style>
border-color css
<style>
span { border-color: #C86DDD; }
span { border-color: rgb(200,109,221); }
td.TdClassName
{
border-color: #C86DDD;
}
.TagClassName
{
border-color: #C86DDD;
}
</style>