Shades of Medium Orchid #C052E9
Tints of Medium Orchid #C052E9
RGB
CMYK
RGB Variations
Color information
#C052E9 (or 0xC052E9) is known color: Medium Orchid. HEX triplet: C0, 52 and E9. RGB value is (192,82,233). Sum of RGB (Red+Green+Blue) = 192+82+233=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #C052E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C052E9 is #3FAD16. Grayscale: #838383. Windows color (decimal): -4173079 or 15291072. OLE color: 15291072.
HSL color Cylindrical-coordinate representation of color #C052E9: hue angle of 283.71º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C052E9 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 82 | 233 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.09 |
| HSL | 283.71º | 0.77% | 0.62% | - |
| HSV(B) | 283.71º | 0.65% | 0.91% | - |
| XYZ | 39.46 | 23.12 | 79.47 | - |
| YUV | 132.1 | 184.94 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 233 | 0.18 | 0.65 | 0 | 0.09 | 283.71 | 0.77 | 0.62 |
| Hex | C0 | 52 | E9 | 12 | 41 | 0 | 9 | 11C | 4D | 3E |
| Octal | 300 | 122 | 351 | 22 | 101 | 0 | 11 | 434 | 115 | 76 |
| Binary | 11000000 | 1010010 | 11101001 | 10010 | 1000001 | 0 | 1001 | 100011100 | 1001101 | 111110 |
Color Harmonies of #C052E9
Complementary color
Monochromatic Colors of #C052E9
Black with #C052E9
Text Example
Text Example
White with #C052E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052E9; }
p { color: rgb(192,82,233); }
H1.HeaderClassName
{
color: #C052E9;
}
.AnyTagClassName
{
color: #C052E9;
}
</style>
background-color css
<style>
a { background-color: #C052E9; }
a { background-color: rgb(192,82,233); }
div.DivClassName
{
background-color: #C052E9;
}
.BgClassName
{
background-color: #C052E9;
}
</style>
border-color css
<style>
span { border-color: #C052E9; }
span { border-color: rgb(192,82,233); }
td.TdClassName
{
border-color: #C052E9;
}
.TagClassName
{
border-color: #C052E9;
}
</style>