Shades of Medium Orchid #C053CF
Tints of Medium Orchid #C053CF
RGB
CMYK
RGB Variations
Color information
#C053CF (or 0xC053CF) is known color: Medium Orchid. HEX triplet: C0, 53 and CF. RGB value is (192,83,207). Sum of RGB (Red+Green+Blue) = 192+83+207=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #C053CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053CF is #3FAC30. Grayscale: #818181. Windows color (decimal): -4172849 or 13587392. OLE color: 13587392.
HSL color Cylindrical-coordinate representation of color #C053CF: hue angle of 292.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C053CF is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 83 | 207 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.19 |
| HSL | 292.74º | 0.56% | 0.57% | - |
| HSV(B) | 292.74º | 0.6% | 0.81% | - |
| XYZ | 36.09 | 21.9 | 61.36 | - |
| YUV | 129.73 | 171.61 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 207 | 0.07 | 0.60 | 0 | 0.19 | 292.74 | 0.56 | 0.57 |
| Hex | C0 | 53 | CF | 7 | 3C | 0 | 13 | 125 | 38 | 39 |
| Octal | 300 | 123 | 317 | 7 | 74 | 0 | 23 | 445 | 70 | 71 |
| Binary | 11000000 | 1010011 | 11001111 | 111 | 111100 | 0 | 10011 | 100100101 | 111000 | 111001 |
Color Harmonies of #C053CF
Complementary color
Monochromatic Colors of #C053CF
Black with #C053CF
Text Example
Text Example
White with #C053CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053CF; }
p { color: rgb(192,83,207); }
H1.HeaderClassName
{
color: #C053CF;
}
.AnyTagClassName
{
color: #C053CF;
}
</style>
background-color css
<style>
a { background-color: #C053CF; }
a { background-color: rgb(192,83,207); }
div.DivClassName
{
background-color: #C053CF;
}
.BgClassName
{
background-color: #C053CF;
}
</style>
border-color css
<style>
span { border-color: #C053CF; }
span { border-color: rgb(192,83,207); }
td.TdClassName
{
border-color: #C053CF;
}
.TagClassName
{
border-color: #C053CF;
}
</style>