Shades of Medium Orchid #C052EB
Tints of Medium Orchid #C052EB
RGB
CMYK
RGB Variations
Color information
#C052EB (or 0xC052EB) is known color: Medium Orchid. HEX triplet: C0, 52 and EB. RGB value is (192,82,235). Sum of RGB (Red+Green+Blue) = 192+82+235=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #C052EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C052EB is #3FAD14. Grayscale: #838383. Windows color (decimal): -4173077 or 15422144. OLE color: 15422144.
HSL color Cylindrical-coordinate representation of color #C052EB: hue angle of 283.14º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C052EB is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 82 | 235 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.08 |
| HSL | 283.14º | 0.79% | 0.62% | - |
| HSV(B) | 283.14º | 0.65% | 0.92% | - |
| XYZ | 39.75 | 23.24 | 80.99 | - |
| YUV | 132.33 | 185.94 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 235 | 0.18 | 0.65 | 0 | 0.08 | 283.14 | 0.79 | 0.62 |
| Hex | C0 | 52 | EB | 12 | 41 | 0 | 8 | 11B | 4F | 3E |
| Octal | 300 | 122 | 353 | 22 | 101 | 0 | 10 | 433 | 117 | 76 |
| Binary | 11000000 | 1010010 | 11101011 | 10010 | 1000001 | 0 | 1000 | 100011011 | 1001111 | 111110 |
Color Harmonies of #C052EB
Complementary color
Monochromatic Colors of #C052EB
Black with #C052EB
Text Example
Text Example
White with #C052EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052EB; }
p { color: rgb(192,82,235); }
H1.HeaderClassName
{
color: #C052EB;
}
.AnyTagClassName
{
color: #C052EB;
}
</style>
background-color css
<style>
a { background-color: #C052EB; }
a { background-color: rgb(192,82,235); }
div.DivClassName
{
background-color: #C052EB;
}
.BgClassName
{
background-color: #C052EB;
}
</style>
border-color css
<style>
span { border-color: #C052EB; }
span { border-color: rgb(192,82,235); }
td.TdClassName
{
border-color: #C052EB;
}
.TagClassName
{
border-color: #C052EB;
}
</style>