Shades of Medium Orchid #C851D2
Tints of Medium Orchid #C851D2
RGB
CMYK
RGB Variations
Color information
#C851D2 (or 0xC851D2) is known color: Medium Orchid. HEX triplet: C8, 51 and D2. RGB value is (200,81,210). Sum of RGB (Red+Green+Blue) = 200+81+210=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #C851D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851D2 is #37AE2D. Grayscale: #828282. Windows color (decimal): -3649070 or 13783496. OLE color: 13783496.
HSL color Cylindrical-coordinate representation of color #C851D2: hue angle of 295.35º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C851D2 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 81 | 210 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.18 |
| HSL | 295.35º | 0.59% | 0.57% | - |
| HSV(B) | 295.35º | 0.61% | 0.82% | - |
| XYZ | 38.39 | 22.82 | 63.35 | - |
| YUV | 131.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 210 | 0.05 | 0.61 | 0 | 0.18 | 295.35 | 0.59 | 0.57 |
| Hex | C8 | 51 | D2 | 5 | 3D | 0 | 12 | 127 | 3B | 39 |
| Octal | 310 | 121 | 322 | 5 | 75 | 0 | 22 | 447 | 73 | 71 |
| Binary | 11001000 | 1010001 | 11010010 | 101 | 111101 | 0 | 10010 | 100100111 | 111011 | 111001 |
Color Harmonies of #C851D2
Complementary color
Monochromatic Colors of #C851D2
Black with #C851D2
Text Example
Text Example
White with #C851D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851D2; }
p { color: rgb(200,81,210); }
H1.HeaderClassName
{
color: #C851D2;
}
.AnyTagClassName
{
color: #C851D2;
}
</style>
background-color css
<style>
a { background-color: #C851D2; }
a { background-color: rgb(200,81,210); }
div.DivClassName
{
background-color: #C851D2;
}
.BgClassName
{
background-color: #C851D2;
}
</style>
border-color css
<style>
span { border-color: #C851D2; }
span { border-color: rgb(200,81,210); }
td.TdClassName
{
border-color: #C851D2;
}
.TagClassName
{
border-color: #C851D2;
}
</style>