Shades of Medium Orchid #C252EC
Tints of Medium Orchid #C252EC
RGB
CMYK
RGB Variations
Color information
#C252EC (or 0xC252EC) is known color: Medium Orchid. HEX triplet: C2, 52 and EC. RGB value is (194,82,236). Sum of RGB (Red+Green+Blue) = 194+82+236=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #C252EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C252EC is #3DAD13. Grayscale: #848484. Windows color (decimal): -4042004 or 15487682. OLE color: 15487682.
HSL color Cylindrical-coordinate representation of color #C252EC: hue angle of 283.64º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C252EC is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 82 | 236 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.07 |
| HSL | 283.64º | 0.8% | 0.62% | - |
| HSV(B) | 283.64º | 0.65% | 0.93% | - |
| XYZ | 40.41 | 23.56 | 81.77 | - |
| YUV | 133.04 | 186.11 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 236 | 0.18 | 0.65 | 0 | 0.07 | 283.64 | 0.8 | 0.62 |
| Hex | C2 | 52 | EC | 12 | 41 | 0 | 7 | 11C | 50 | 3E |
| Octal | 302 | 122 | 354 | 22 | 101 | 0 | 7 | 434 | 120 | 76 |
| Binary | 11000010 | 1010010 | 11101100 | 10010 | 1000001 | 0 | 111 | 100011100 | 1010000 | 111110 |
Color Harmonies of #C252EC
Complementary color
Monochromatic Colors of #C252EC
Black with #C252EC
Text Example
Text Example
White with #C252EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252EC; }
p { color: rgb(194,82,236); }
H1.HeaderClassName
{
color: #C252EC;
}
.AnyTagClassName
{
color: #C252EC;
}
</style>
background-color css
<style>
a { background-color: #C252EC; }
a { background-color: rgb(194,82,236); }
div.DivClassName
{
background-color: #C252EC;
}
.BgClassName
{
background-color: #C252EC;
}
</style>
border-color css
<style>
span { border-color: #C252EC; }
span { border-color: rgb(194,82,236); }
td.TdClassName
{
border-color: #C252EC;
}
.TagClassName
{
border-color: #C252EC;
}
</style>