Shades of Medium Orchid #C051CF
Tints of Medium Orchid #C051CF
RGB
CMYK
RGB Variations
Color information
#C051CF (or 0xC051CF) is known color: Medium Orchid. HEX triplet: C0, 51 and CF. RGB value is (192,81,207). Sum of RGB (Red+Green+Blue) = 192+81+207=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #C051CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051CF is #3FAE30. Grayscale: #808080. Windows color (decimal): -4173361 or 13586880. OLE color: 13586880.
HSL color Cylindrical-coordinate representation of color #C051CF: hue angle of 292.86º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C051CF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 81 | 207 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.19 |
| HSL | 292.86º | 0.57% | 0.56% | - |
| HSV(B) | 292.86º | 0.61% | 0.81% | - |
| XYZ | 35.94 | 21.6 | 61.31 | - |
| YUV | 128.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 207 | 0.07 | 0.61 | 0 | 0.19 | 292.86 | 0.57 | 0.56 |
| Hex | C0 | 51 | CF | 7 | 3D | 0 | 13 | 125 | 39 | 38 |
| Octal | 300 | 121 | 317 | 7 | 75 | 0 | 23 | 445 | 71 | 70 |
| Binary | 11000000 | 1010001 | 11001111 | 111 | 111101 | 0 | 10011 | 100100101 | 111001 | 111000 |
Color Harmonies of #C051CF
Complementary color
Monochromatic Colors of #C051CF
Black with #C051CF
Text Example
Text Example
White with #C051CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051CF; }
p { color: rgb(192,81,207); }
H1.HeaderClassName
{
color: #C051CF;
}
.AnyTagClassName
{
color: #C051CF;
}
</style>
background-color css
<style>
a { background-color: #C051CF; }
a { background-color: rgb(192,81,207); }
div.DivClassName
{
background-color: #C051CF;
}
.BgClassName
{
background-color: #C051CF;
}
</style>
border-color css
<style>
span { border-color: #C051CF; }
span { border-color: rgb(192,81,207); }
td.TdClassName
{
border-color: #C051CF;
}
.TagClassName
{
border-color: #C051CF;
}
</style>