Shades of Orchid #C86DDE
Tints of Orchid #C86DDE
RGB
CMYK
RGB Variations
Color information
#C86DDE (or 0xC86DDE) is known color: Orchid. HEX triplet: C8, 6D and DE. RGB value is (200,109,222). Sum of RGB (Red+Green+Blue) = 200+109+222=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #C86DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DDE is #379221. Grayscale: #949494. Windows color (decimal): -3641890 or 14577096. OLE color: 14577096.
HSL color Cylindrical-coordinate representation of color #C86DDE: hue angle of 288.32º 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 #C86DDE is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 109 | 222 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.13 |
| HSL | 288.32º | 0.63% | 0.65% | - |
| HSV(B) | 288.32º | 0.51% | 0.87% | - |
| XYZ | 42.47 | 28.49 | 72.37 | - |
| YUV | 149.09 | 169.15 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 222 | 0.10 | 0.51 | 0 | 0.13 | 288.32 | 0.63 | 0.65 |
| Hex | C8 | 6D | DE | A | 33 | 0 | D | 120 | 3F | 41 |
| Octal | 310 | 155 | 336 | 12 | 63 | 0 | 15 | 440 | 77 | 101 |
| Binary | 11001000 | 1101101 | 11011110 | 1010 | 110011 | 0 | 1101 | 100100000 | 111111 | 1000001 |
Color Harmonies of #C86DDE
Complementary color
Monochromatic Colors of #C86DDE
Black with #C86DDE
Text Example
Text Example
White with #C86DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DDE; }
p { color: rgb(200,109,222); }
H1.HeaderClassName
{
color: #C86DDE;
}
.AnyTagClassName
{
color: #C86DDE;
}
</style>
background-color css
<style>
a { background-color: #C86DDE; }
a { background-color: rgb(200,109,222); }
div.DivClassName
{
background-color: #C86DDE;
}
.BgClassName
{
background-color: #C86DDE;
}
</style>
border-color css
<style>
span { border-color: #C86DDE; }
span { border-color: rgb(200,109,222); }
td.TdClassName
{
border-color: #C86DDE;
}
.TagClassName
{
border-color: #C86DDE;
}
</style>