Shades of Medium Orchid #C052E1
Tints of Medium Orchid #C052E1
RGB
CMYK
RGB Variations
Color information
#C052E1 (or 0xC052E1) is known color: Medium Orchid. HEX triplet: C0, 52 and E1. RGB value is (192,82,225). Sum of RGB (Red+Green+Blue) = 192+82+225=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #C052E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052E1 is #3FAD1E. Grayscale: #828282. Windows color (decimal): -4173087 or 14766784. OLE color: 14766784.
HSL color Cylindrical-coordinate representation of color #C052E1: hue angle of 286.15º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C052E1 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 82 | 225 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.12 |
| HSL | 286.15º | 0.7% | 0.6% | - |
| HSV(B) | 286.15º | 0.64% | 0.88% | - |
| XYZ | 38.35 | 22.68 | 73.59 | - |
| YUV | 131.19 | 180.94 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 225 | 0.15 | 0.64 | 0 | 0.12 | 286.15 | 0.7 | 0.6 |
| Hex | C0 | 52 | E1 | F | 40 | 0 | C | 11E | 46 | 3C |
| Octal | 300 | 122 | 341 | 17 | 100 | 0 | 14 | 436 | 106 | 74 |
| Binary | 11000000 | 1010010 | 11100001 | 1111 | 1000000 | 0 | 1100 | 100011110 | 1000110 | 111100 |
Color Harmonies of #C052E1
Complementary color
Monochromatic Colors of #C052E1
Black with #C052E1
Text Example
Text Example
White with #C052E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052E1; }
p { color: rgb(192,82,225); }
H1.HeaderClassName
{
color: #C052E1;
}
.AnyTagClassName
{
color: #C052E1;
}
</style>
background-color css
<style>
a { background-color: #C052E1; }
a { background-color: rgb(192,82,225); }
div.DivClassName
{
background-color: #C052E1;
}
.BgClassName
{
background-color: #C052E1;
}
</style>
border-color css
<style>
span { border-color: #C052E1; }
span { border-color: rgb(192,82,225); }
td.TdClassName
{
border-color: #C052E1;
}
.TagClassName
{
border-color: #C052E1;
}
</style>