Shades of Medium Orchid #C051D2
Tints of Medium Orchid #C051D2
RGB
CMYK
RGB Variations
Color information
#C051D2 (or 0xC051D2) is known color: Medium Orchid. HEX triplet: C0, 51 and D2. RGB value is (192,81,210). Sum of RGB (Red+Green+Blue) = 192+81+210=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 210 - color contains mainly: blue. Hex color #C051D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051D2 is #3FAE2D. Grayscale: #808080. Windows color (decimal): -4173358 or 13783488. OLE color: 13783488.
HSL color Cylindrical-coordinate representation of color #C051D2: hue angle of 291.63º 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 #C051D2 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 81 | 210 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.18 |
| HSL | 291.63º | 0.59% | 0.57% | - |
| HSV(B) | 291.63º | 0.61% | 0.82% | - |
| XYZ | 36.31 | 21.74 | 63.26 | - |
| YUV | 128.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 210 | 0.09 | 0.61 | 0 | 0.18 | 291.63 | 0.59 | 0.57 |
| Hex | C0 | 51 | D2 | 9 | 3D | 0 | 12 | 124 | 3B | 39 |
| Octal | 300 | 121 | 322 | 11 | 75 | 0 | 22 | 444 | 73 | 71 |
| Binary | 11000000 | 1010001 | 11010010 | 1001 | 111101 | 0 | 10010 | 100100100 | 111011 | 111001 |
Color Harmonies of #C051D2
Complementary color
Monochromatic Colors of #C051D2
Black with #C051D2
Text Example
Text Example
White with #C051D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051D2; }
p { color: rgb(192,81,210); }
H1.HeaderClassName
{
color: #C051D2;
}
.AnyTagClassName
{
color: #C051D2;
}
</style>
background-color css
<style>
a { background-color: #C051D2; }
a { background-color: rgb(192,81,210); }
div.DivClassName
{
background-color: #C051D2;
}
.BgClassName
{
background-color: #C051D2;
}
</style>
border-color css
<style>
span { border-color: #C051D2; }
span { border-color: rgb(192,81,210); }
td.TdClassName
{
border-color: #C051D2;
}
.TagClassName
{
border-color: #C051D2;
}
</style>