Shades of Medium Orchid #C052EF
Tints of Medium Orchid #C052EF
RGB
CMYK
RGB Variations
Color information
#C052EF (or 0xC052EF) is known color: Medium Orchid. HEX triplet: C0, 52 and EF. RGB value is (192,82,239). Sum of RGB (Red+Green+Blue) = 192+82+239=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #C052EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C052EF is #3FAD10. Grayscale: #848484. Windows color (decimal): -4173073 or 15684288. OLE color: 15684288.
HSL color Cylindrical-coordinate representation of color #C052EF: hue angle of 282.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C052EF is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 82 | 239 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.06 |
| HSL | 282.04º | 0.83% | 0.63% | - |
| HSV(B) | 282.04º | 0.66% | 0.94% | - |
| XYZ | 40.34 | 23.47 | 84.07 | - |
| YUV | 132.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 239 | 0.20 | 0.66 | 0 | 0.06 | 282.04 | 0.83 | 0.63 |
| Hex | C0 | 52 | EF | 14 | 42 | 0 | 6 | 11A | 53 | 3F |
| Octal | 300 | 122 | 357 | 24 | 102 | 0 | 6 | 432 | 123 | 77 |
| Binary | 11000000 | 1010010 | 11101111 | 10100 | 1000010 | 0 | 110 | 100011010 | 1010011 | 111111 |
Color Harmonies of #C052EF
Complementary color
Monochromatic Colors of #C052EF
Black with #C052EF
Text Example
Text Example
White with #C052EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052EF; }
p { color: rgb(192,82,239); }
H1.HeaderClassName
{
color: #C052EF;
}
.AnyTagClassName
{
color: #C052EF;
}
</style>
background-color css
<style>
a { background-color: #C052EF; }
a { background-color: rgb(192,82,239); }
div.DivClassName
{
background-color: #C052EF;
}
.BgClassName
{
background-color: #C052EF;
}
</style>
border-color css
<style>
span { border-color: #C052EF; }
span { border-color: rgb(192,82,239); }
td.TdClassName
{
border-color: #C052EF;
}
.TagClassName
{
border-color: #C052EF;
}
</style>