Shades of Orchid #C86DE0
Tints of Orchid #C86DE0
RGB
CMYK
RGB Variations
Color information
#C86DE0 (or 0xC86DE0) is known color: Orchid. HEX triplet: C8, 6D and E0. RGB value is (200,109,224). Sum of RGB (Red+Green+Blue) = 200+109+224=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #C86DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DE0 is #37921F. Grayscale: #949494. Windows color (decimal): -3641888 or 14708168. OLE color: 14708168.
HSL color Cylindrical-coordinate representation of color #C86DE0: hue angle of 287.48º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86DE0 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 109 | 224 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.12 |
| HSL | 287.48º | 0.65% | 0.65% | - |
| HSV(B) | 287.48º | 0.51% | 0.88% | - |
| XYZ | 42.74 | 28.6 | 73.79 | - |
| YUV | 149.32 | 170.15 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 224 | 0.11 | 0.51 | 0 | 0.12 | 287.48 | 0.65 | 0.65 |
| Hex | C8 | 6D | E0 | B | 33 | 0 | C | 11F | 41 | 41 |
| Octal | 310 | 155 | 340 | 13 | 63 | 0 | 14 | 437 | 101 | 101 |
| Binary | 11001000 | 1101101 | 11100000 | 1011 | 110011 | 0 | 1100 | 100011111 | 1000001 | 1000001 |
Color Harmonies of #C86DE0
Complementary color
Monochromatic Colors of #C86DE0
Black with #C86DE0
Text Example
Text Example
White with #C86DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DE0; }
p { color: rgb(200,109,224); }
H1.HeaderClassName
{
color: #C86DE0;
}
.AnyTagClassName
{
color: #C86DE0;
}
</style>
background-color css
<style>
a { background-color: #C86DE0; }
a { background-color: rgb(200,109,224); }
div.DivClassName
{
background-color: #C86DE0;
}
.BgClassName
{
background-color: #C86DE0;
}
</style>
border-color css
<style>
span { border-color: #C86DE0; }
span { border-color: rgb(200,109,224); }
td.TdClassName
{
border-color: #C86DE0;
}
.TagClassName
{
border-color: #C86DE0;
}
</style>