Shades of Medium Orchid #C252EB
Tints of Medium Orchid #C252EB
RGB
CMYK
RGB Variations
Color information
#C252EB (or 0xC252EB) is known color: Medium Orchid. HEX triplet: C2, 52 and EB. RGB value is (194,82,235). Sum of RGB (Red+Green+Blue) = 194+82+235=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 82 (32.42% from 255 or 16.05% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #C252EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C252EB is #3DAD14. Grayscale: #848484. Windows color (decimal): -4042005 or 15422146. OLE color: 15422146.
HSL color Cylindrical-coordinate representation of color #C252EB: hue angle of 283.92º 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 #C252EB is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 82 | 235 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.08 |
| HSL | 283.92º | 0.79% | 0.62% | - |
| HSV(B) | 283.92º | 0.65% | 0.92% | - |
| XYZ | 40.26 | 23.5 | 81.01 | - |
| YUV | 132.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 235 | 0.17 | 0.65 | 0 | 0.08 | 283.92 | 0.79 | 0.62 |
| Hex | C2 | 52 | EB | 11 | 41 | 0 | 8 | 11C | 4F | 3E |
| Octal | 302 | 122 | 353 | 21 | 101 | 0 | 10 | 434 | 117 | 76 |
| Binary | 11000010 | 1010010 | 11101011 | 10001 | 1000001 | 0 | 1000 | 100011100 | 1001111 | 111110 |
Color Harmonies of #C252EB
Complementary color
Monochromatic Colors of #C252EB
Black with #C252EB
Text Example
Text Example
White with #C252EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252EB; }
p { color: rgb(194,82,235); }
H1.HeaderClassName
{
color: #C252EB;
}
.AnyTagClassName
{
color: #C252EB;
}
</style>
background-color css
<style>
a { background-color: #C252EB; }
a { background-color: rgb(194,82,235); }
div.DivClassName
{
background-color: #C252EB;
}
.BgClassName
{
background-color: #C252EB;
}
</style>
border-color css
<style>
span { border-color: #C252EB; }
span { border-color: rgb(194,82,235); }
td.TdClassName
{
border-color: #C252EB;
}
.TagClassName
{
border-color: #C252EB;
}
</style>