Shades of Heliotrope #C452FF
Tints of Heliotrope #C452FF
RGB
CMYK
RGB Variations
Color information
#C452FF (or 0xC452FF) is known color: Heliotrope. HEX triplet: C4, 52 and FF. RGB value is (196,82,255). Sum of RGB (Red+Green+Blue) = 196+82+255=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #C452FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C452FF is #3BAD00. Grayscale: #878787. Windows color (decimal): -3910913 or 16732868. OLE color: 16732868.
HSL color Cylindrical-coordinate representation of color #C452FF: hue angle of 279.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C452FF is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 82 | 255 | - |
| CMYK | 0.23 | 0.68 | 0 | 0 |
| HSL | 279.54º | 1% | 0.66% | - |
| HSV(B) | 279.54º | 0.68% | 1% | - |
| XYZ | 43.83 | 24.99 | 97.12 | - |
| YUV | 135.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 255 | 0.23 | 0.68 | 0 | 0 | 279.54 | 1 | 0.66 |
| Hex | C4 | 52 | FF | 17 | 44 | 0 | 0 | 118 | 64 | 42 |
| Octal | 304 | 122 | 377 | 27 | 104 | 0 | 0 | 430 | 144 | 102 |
| Binary | 11000100 | 1010010 | 11111111 | 10111 | 1000100 | 0 | 0 | 100011000 | 1100100 | 1000010 |
Color Harmonies of #C452FF
Complementary color
Monochromatic Colors of #C452FF
Black with #C452FF
Text Example
Text Example
White with #C452FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452FF; }
p { color: rgb(196,82,255); }
H1.HeaderClassName
{
color: #C452FF;
}
.AnyTagClassName
{
color: #C452FF;
}
</style>
background-color css
<style>
a { background-color: #C452FF; }
a { background-color: rgb(196,82,255); }
div.DivClassName
{
background-color: #C452FF;
}
.BgClassName
{
background-color: #C452FF;
}
</style>
border-color css
<style>
span { border-color: #C452FF; }
span { border-color: rgb(196,82,255); }
td.TdClassName
{
border-color: #C452FF;
}
.TagClassName
{
border-color: #C452FF;
}
</style>