Shades of Medium Orchid #C452EF
Tints of Medium Orchid #C452EF
RGB
CMYK
RGB Variations
Color information
#C452EF (or 0xC452EF) is known color: Medium Orchid. HEX triplet: C4, 52 and EF. RGB value is (196,82,239). Sum of RGB (Red+Green+Blue) = 196+82+239=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #C452EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C452EF is #3BAD10. Grayscale: #858585. Windows color (decimal): -3910929 or 15684292. OLE color: 15684292.
HSL color Cylindrical-coordinate representation of color #C452EF: hue angle of 283.57º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C452EF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 82 | 239 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.06 |
| HSL | 283.57º | 0.83% | 0.63% | - |
| HSV(B) | 283.57º | 0.66% | 0.94% | - |
| XYZ | 41.36 | 24 | 84.11 | - |
| YUV | 133.98 | 187.27 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 239 | 0.18 | 0.66 | 0 | 0.06 | 283.57 | 0.83 | 0.63 |
| Hex | C4 | 52 | EF | 12 | 42 | 0 | 6 | 11C | 53 | 3F |
| Octal | 304 | 122 | 357 | 22 | 102 | 0 | 6 | 434 | 123 | 77 |
| Binary | 11000100 | 1010010 | 11101111 | 10010 | 1000010 | 0 | 110 | 100011100 | 1010011 | 111111 |
Color Harmonies of #C452EF
Complementary color
Monochromatic Colors of #C452EF
Black with #C452EF
Text Example
Text Example
White with #C452EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452EF; }
p { color: rgb(196,82,239); }
H1.HeaderClassName
{
color: #C452EF;
}
.AnyTagClassName
{
color: #C452EF;
}
</style>
background-color css
<style>
a { background-color: #C452EF; }
a { background-color: rgb(196,82,239); }
div.DivClassName
{
background-color: #C452EF;
}
.BgClassName
{
background-color: #C452EF;
}
</style>
border-color css
<style>
span { border-color: #C452EF; }
span { border-color: rgb(196,82,239); }
td.TdClassName
{
border-color: #C452EF;
}
.TagClassName
{
border-color: #C452EF;
}
</style>