Shades of Orchid #C86EC2
Tints of Orchid #C86EC2
RGB
CMYK
RGB Variations
Color information
#C86EC2 (or 0xC86EC2) is known color: Orchid. HEX triplet: C8, 6E and C2. RGB value is (200,110,194). Sum of RGB (Red+Green+Blue) = 200+110+194=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EC2 is #37913D. Grayscale: #929292. Windows color (decimal): -3641662 or 12742344. OLE color: 12742344.
HSL color Cylindrical-coordinate representation of color #C86EC2: hue angle of 304º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86EC2 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 194 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.22 |
| HSL | 304º | 0.45% | 0.61% | - |
| HSV(B) | 304º | 0.45% | 0.78% | - |
| XYZ | 39.13 | 27.33 | 54.25 | - |
| YUV | 146.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 194 | 0 | 0.45 | 0.03 | 0.22 | 304 | 0.45 | 0.61 |
| Hex | C8 | 6E | C2 | 0 | 2D | 3 | 16 | 130 | 2D | 3D |
| Octal | 310 | 156 | 302 | 0 | 55 | 3 | 26 | 460 | 55 | 75 |
| Binary | 11001000 | 1101110 | 11000010 | 0 | 101101 | 11 | 10110 | 100110000 | 101101 | 111101 |
Color Harmonies of #C86EC2
Complementary color
Monochromatic Colors of #C86EC2
Black with #C86EC2
Text Example
Text Example
White with #C86EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EC2; }
p { color: rgb(200,110,194); }
H1.HeaderClassName
{
color: #C86EC2;
}
.AnyTagClassName
{
color: #C86EC2;
}
</style>
background-color css
<style>
a { background-color: #C86EC2; }
a { background-color: rgb(200,110,194); }
div.DivClassName
{
background-color: #C86EC2;
}
.BgClassName
{
background-color: #C86EC2;
}
</style>
border-color css
<style>
span { border-color: #C86EC2; }
span { border-color: rgb(200,110,194); }
td.TdClassName
{
border-color: #C86EC2;
}
.TagClassName
{
border-color: #C86EC2;
}
</style>