Shades of Medium Orchid #C051DC
Tints of Medium Orchid #C051DC
RGB
CMYK
RGB Variations
Color information
#C051DC (or 0xC051DC) is known color: Medium Orchid. HEX triplet: C0, 51 and DC. RGB value is (192,81,220). Sum of RGB (Red+Green+Blue) = 192+81+220=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #C051DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051DC is #3FAE23. Grayscale: #818181. Windows color (decimal): -4173348 or 14438848. OLE color: 14438848.
HSL color Cylindrical-coordinate representation of color #C051DC: hue angle of 287.91º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C051DC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 81 | 220 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.14 |
| HSL | 287.91º | 0.67% | 0.59% | - |
| HSV(B) | 287.91º | 0.63% | 0.86% | - |
| XYZ | 37.6 | 22.26 | 70.02 | - |
| YUV | 130.04 | 178.77 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 220 | 0.13 | 0.63 | 0 | 0.14 | 287.91 | 0.67 | 0.59 |
| Hex | C0 | 51 | DC | D | 3F | 0 | E | 120 | 43 | 3B |
| Octal | 300 | 121 | 334 | 15 | 77 | 0 | 16 | 440 | 103 | 73 |
| Binary | 11000000 | 1010001 | 11011100 | 1101 | 111111 | 0 | 1110 | 100100000 | 1000011 | 111011 |
Color Harmonies of #C051DC
Complementary color
Monochromatic Colors of #C051DC
Black with #C051DC
Text Example
Text Example
White with #C051DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051DC; }
p { color: rgb(192,81,220); }
H1.HeaderClassName
{
color: #C051DC;
}
.AnyTagClassName
{
color: #C051DC;
}
</style>
background-color css
<style>
a { background-color: #C051DC; }
a { background-color: rgb(192,81,220); }
div.DivClassName
{
background-color: #C051DC;
}
.BgClassName
{
background-color: #C051DC;
}
</style>
border-color css
<style>
span { border-color: #C051DC; }
span { border-color: rgb(192,81,220); }
td.TdClassName
{
border-color: #C051DC;
}
.TagClassName
{
border-color: #C051DC;
}
</style>