Shades of Medium Orchid #C452F0
Tints of Medium Orchid #C452F0
RGB
CMYK
RGB Variations
Color information
#C452F0 (or 0xC452F0) is known color: Medium Orchid. HEX triplet: C4, 52 and F0. RGB value is (196,82,240). Sum of RGB (Red+Green+Blue) = 196+82+240=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #C452F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C452F0 is #3BAD0F. Grayscale: #858585. Windows color (decimal): -3910928 or 15749828. OLE color: 15749828.
HSL color Cylindrical-coordinate representation of color #C452F0: hue angle of 283.29º degrees, saturation: 0.84, 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 #C452F0 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 82 | 240 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.06 |
| HSL | 283.29º | 0.84% | 0.63% | - |
| HSV(B) | 283.29º | 0.66% | 0.94% | - |
| XYZ | 41.51 | 24.06 | 84.89 | - |
| YUV | 134.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 240 | 0.18 | 0.66 | 0 | 0.06 | 283.29 | 0.84 | 0.63 |
| Hex | C4 | 52 | F0 | 12 | 42 | 0 | 6 | 11B | 54 | 3F |
| Octal | 304 | 122 | 360 | 22 | 102 | 0 | 6 | 433 | 124 | 77 |
| Binary | 11000100 | 1010010 | 11110000 | 10010 | 1000010 | 0 | 110 | 100011011 | 1010100 | 111111 |
Color Harmonies of #C452F0
Complementary color
Monochromatic Colors of #C452F0
Black with #C452F0
Text Example
Text Example
White with #C452F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452F0; }
p { color: rgb(196,82,240); }
H1.HeaderClassName
{
color: #C452F0;
}
.AnyTagClassName
{
color: #C452F0;
}
</style>
background-color css
<style>
a { background-color: #C452F0; }
a { background-color: rgb(196,82,240); }
div.DivClassName
{
background-color: #C452F0;
}
.BgClassName
{
background-color: #C452F0;
}
</style>
border-color css
<style>
span { border-color: #C452F0; }
span { border-color: rgb(196,82,240); }
td.TdClassName
{
border-color: #C452F0;
}
.TagClassName
{
border-color: #C452F0;
}
</style>