Shades of Orchid #C86DE4
Tints of Orchid #C86DE4
RGB
CMYK
RGB Variations
Color information
#C86DE4 (or 0xC86DE4) is known color: Orchid. HEX triplet: C8, 6D and E4. RGB value is (200,109,228). Sum of RGB (Red+Green+Blue) = 200+109+228=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #C86DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DE4 is #37921B. Grayscale: #959595. Windows color (decimal): -3641884 or 14970312. OLE color: 14970312.
HSL color Cylindrical-coordinate representation of color #C86DE4: hue angle of 285.88º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86DE4 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 109 | 228 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.11 |
| HSL | 285.88º | 0.69% | 0.66% | - |
| HSV(B) | 285.88º | 0.52% | 0.89% | - |
| XYZ | 43.29 | 28.82 | 76.68 | - |
| YUV | 149.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 228 | 0.12 | 0.52 | 0 | 0.11 | 285.88 | 0.69 | 0.66 |
| Hex | C8 | 6D | E4 | C | 34 | 0 | B | 11E | 45 | 42 |
| Octal | 310 | 155 | 344 | 14 | 64 | 0 | 13 | 436 | 105 | 102 |
| Binary | 11001000 | 1101101 | 11100100 | 1100 | 110100 | 0 | 1011 | 100011110 | 1000101 | 1000010 |
Color Harmonies of #C86DE4
Complementary color
Monochromatic Colors of #C86DE4
Black with #C86DE4
Text Example
Text Example
White with #C86DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DE4; }
p { color: rgb(200,109,228); }
H1.HeaderClassName
{
color: #C86DE4;
}
.AnyTagClassName
{
color: #C86DE4;
}
</style>
background-color css
<style>
a { background-color: #C86DE4; }
a { background-color: rgb(200,109,228); }
div.DivClassName
{
background-color: #C86DE4;
}
.BgClassName
{
background-color: #C86DE4;
}
</style>
border-color css
<style>
span { border-color: #C86DE4; }
span { border-color: rgb(200,109,228); }
td.TdClassName
{
border-color: #C86DE4;
}
.TagClassName
{
border-color: #C86DE4;
}
</style>