Shades of Medium Orchid #C052E8
Tints of Medium Orchid #C052E8
RGB
CMYK
RGB Variations
Color information
#C052E8 (or 0xC052E8) is known color: Medium Orchid. HEX triplet: C0, 52 and E8. RGB value is (192,82,232). Sum of RGB (Red+Green+Blue) = 192+82+232=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #C052E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C052E8 is #3FAD17. Grayscale: #838383. Windows color (decimal): -4173080 or 15225536. OLE color: 15225536.
HSL color Cylindrical-coordinate representation of color #C052E8: hue angle of 284º 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 #C052E8 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 82 | 232 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.09 |
| HSL | 284º | 0.77% | 0.62% | - |
| HSV(B) | 284º | 0.65% | 0.91% | - |
| XYZ | 39.32 | 23.07 | 78.72 | - |
| YUV | 131.99 | 184.44 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 232 | 0.17 | 0.65 | 0 | 0.09 | 284 | 0.77 | 0.62 |
| Hex | C0 | 52 | E8 | 11 | 41 | 0 | 9 | 11C | 4D | 3E |
| Octal | 300 | 122 | 350 | 21 | 101 | 0 | 11 | 434 | 115 | 76 |
| Binary | 11000000 | 1010010 | 11101000 | 10001 | 1000001 | 0 | 1001 | 100011100 | 1001101 | 111110 |
Color Harmonies of #C052E8
Complementary color
Monochromatic Colors of #C052E8
Black with #C052E8
Text Example
Text Example
White with #C052E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052E8; }
p { color: rgb(192,82,232); }
H1.HeaderClassName
{
color: #C052E8;
}
.AnyTagClassName
{
color: #C052E8;
}
</style>
background-color css
<style>
a { background-color: #C052E8; }
a { background-color: rgb(192,82,232); }
div.DivClassName
{
background-color: #C052E8;
}
.BgClassName
{
background-color: #C052E8;
}
</style>
border-color css
<style>
span { border-color: #C052E8; }
span { border-color: rgb(192,82,232); }
td.TdClassName
{
border-color: #C052E8;
}
.TagClassName
{
border-color: #C052E8;
}
</style>