Shades of Medium Orchid #C452FA
Tints of Medium Orchid #C452FA
RGB
CMYK
RGB Variations
Color information
#C452FA (or 0xC452FA) is known color: Medium Orchid. HEX triplet: C4, 52 and FA. RGB value is (196,82,250). Sum of RGB (Red+Green+Blue) = 196+82+250=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #C452FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C452FA is #3BAD05. Grayscale: #868686. Windows color (decimal): -3910918 or 16405188. OLE color: 16405188.
HSL color Cylindrical-coordinate representation of color #C452FA: hue angle of 280.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C452FA is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 82 | 250 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.02 |
| HSL | 280.71º | 0.94% | 0.65% | - |
| HSV(B) | 280.71º | 0.67% | 0.98% | - |
| XYZ | 43.04 | 24.67 | 92.94 | - |
| YUV | 135.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 250 | 0.22 | 0.67 | 0 | 0.02 | 280.71 | 0.94 | 0.65 |
| Hex | C4 | 52 | FA | 16 | 43 | 0 | 2 | 119 | 5E | 41 |
| Octal | 304 | 122 | 372 | 26 | 103 | 0 | 2 | 431 | 136 | 101 |
| Binary | 11000100 | 1010010 | 11111010 | 10110 | 1000011 | 0 | 10 | 100011001 | 1011110 | 1000001 |
Color Harmonies of #C452FA
Complementary color
Monochromatic Colors of #C452FA
Black with #C452FA
Text Example
Text Example
White with #C452FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452FA; }
p { color: rgb(196,82,250); }
H1.HeaderClassName
{
color: #C452FA;
}
.AnyTagClassName
{
color: #C452FA;
}
</style>
background-color css
<style>
a { background-color: #C452FA; }
a { background-color: rgb(196,82,250); }
div.DivClassName
{
background-color: #C452FA;
}
.BgClassName
{
background-color: #C452FA;
}
</style>
border-color css
<style>
span { border-color: #C452FA; }
span { border-color: rgb(196,82,250); }
td.TdClassName
{
border-color: #C452FA;
}
.TagClassName
{
border-color: #C452FA;
}
</style>