Shades of Medium Orchid #C051D4
Tints of Medium Orchid #C051D4
RGB
CMYK
RGB Variations
Color information
#C051D4 (or 0xC051D4) is known color: Medium Orchid. HEX triplet: C0, 51 and D4. RGB value is (192,81,212). Sum of RGB (Red+Green+Blue) = 192+81+212=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #C051D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051D4 is #3FAE2B. Grayscale: #808080. Windows color (decimal): -4173356 or 13914560. OLE color: 13914560.
HSL color Cylindrical-coordinate representation of color #C051D4: hue angle of 290.84º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C051D4 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 192 | 81 | 212 | - |
CMYK | 0.09 | 0.62 | 0 | 0.17 |
HSL | 290.84º | 0.6% | 0.57% | - |
HSV(B) | 290.84º | 0.62% | 0.83% | - |
XYZ | 36.56 | 21.84 | 64.58 | - |
YUV | 129.12 | 174.77 | 172.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 81 | 212 | 0.09 | 0.62 | 0 | 0.17 | 290.84 | 0.6 | 0.57 |
Hex | C0 | 51 | D4 | 9 | 3E | 0 | 11 | 123 | 3C | 39 |
Octal | 300 | 121 | 324 | 11 | 76 | 0 | 21 | 443 | 74 | 71 |
Binary | 11000000 | 1010001 | 11010100 | 1001 | 111110 | 0 | 10001 | 100100011 | 111100 | 111001 |
Color Harmonies of #C051D4
Complementary color
Monochromatic Colors of #C051D4
Black with #C051D4
Text Example
Text Example
White with #C051D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051D4; }
p { color: rgb(192,81,212); }
H1.HeaderClassName
{
color: #C051D4;
}
.AnyTagClassName
{
color: #C051D4;
}
</style>
background-color css
<style>
a { background-color: #C051D4; }
a { background-color: rgb(192,81,212); }
div.DivClassName
{
background-color: #C051D4;
}
.BgClassName
{
background-color: #C051D4;
}
</style>
border-color css
<style>
span { border-color: #C051D4; }
span { border-color: rgb(192,81,212); }
td.TdClassName
{
border-color: #C051D4;
}
.TagClassName
{
border-color: #C051D4;
}
</style>