Shades of Medium Orchid #C858D1
Tints of Medium Orchid #C858D1
RGB
CMYK
RGB Variations
Color information
#C858D1 (or 0xC858D1) is known color: Medium Orchid. HEX triplet: C8, 58 and D1. RGB value is (200,88,209). Sum of RGB (Red+Green+Blue) = 200+88+209=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #C858D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858D1 is #37A72E. Grayscale: #868686. Windows color (decimal): -3647279 or 13719752. OLE color: 13719752.
HSL color Cylindrical-coordinate representation of color #C858D1: hue angle of 295.54º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C858D1 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 88 | 209 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.18 |
| HSL | 295.54º | 0.57% | 0.58% | - |
| HSV(B) | 295.54º | 0.58% | 0.82% | - |
| XYZ | 38.82 | 23.86 | 62.88 | - |
| YUV | 135.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 209 | 0.04 | 0.58 | 0 | 0.18 | 295.54 | 0.57 | 0.58 |
| Hex | C8 | 58 | D1 | 4 | 3A | 0 | 12 | 128 | 39 | 3A |
| Octal | 310 | 130 | 321 | 4 | 72 | 0 | 22 | 450 | 71 | 72 |
| Binary | 11001000 | 1011000 | 11010001 | 100 | 111010 | 0 | 10010 | 100101000 | 111001 | 111010 |
Color Harmonies of #C858D1
Complementary color
Monochromatic Colors of #C858D1
Black with #C858D1
Text Example
Text Example
White with #C858D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858D1; }
p { color: rgb(200,88,209); }
H1.HeaderClassName
{
color: #C858D1;
}
.AnyTagClassName
{
color: #C858D1;
}
</style>
background-color css
<style>
a { background-color: #C858D1; }
a { background-color: rgb(200,88,209); }
div.DivClassName
{
background-color: #C858D1;
}
.BgClassName
{
background-color: #C858D1;
}
</style>
border-color css
<style>
span { border-color: #C858D1; }
span { border-color: rgb(200,88,209); }
td.TdClassName
{
border-color: #C858D1;
}
.TagClassName
{
border-color: #C858D1;
}
</style>