Shades of Heliotrope #C482FC
Tints of Heliotrope #C482FC
RGB
CMYK
RGB Variations
Color information
#C482FC (or 0xC482FC) is known color: Heliotrope. HEX triplet: C4, 82 and FC. RGB value is (196,130,252). Sum of RGB (Red+Green+Blue) = 196+130+252=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #C482FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482FC is #3B7D03. Grayscale: #A3A3A3. Windows color (decimal): -3898628 or 16548548. OLE color: 16548548.
HSL color Cylindrical-coordinate representation of color #C482FC: hue angle of 272.46º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C482FC is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 130 | 252 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.01 |
| HSL | 272.46º | 0.95% | 0.75% | - |
| HSV(B) | 272.46º | 0.48% | 0.99% | - |
| XYZ | 48.32 | 34.73 | 96.25 | - |
| YUV | 163.64 | 177.87 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 252 | 0.22 | 0.48 | 0 | 0.01 | 272.46 | 0.95 | 0.75 |
| Hex | C4 | 82 | FC | 16 | 30 | 0 | 1 | 110 | 5F | 4B |
| Octal | 304 | 202 | 374 | 26 | 60 | 0 | 1 | 420 | 137 | 113 |
| Binary | 11000100 | 10000010 | 11111100 | 10110 | 110000 | 0 | 1 | 100010000 | 1011111 | 1001011 |
Color Harmonies of #C482FC
Complementary color
Monochromatic Colors of #C482FC
Black with #C482FC
Text Example
Text Example
White with #C482FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482FC; }
p { color: rgb(196,130,252); }
H1.HeaderClassName
{
color: #C482FC;
}
.AnyTagClassName
{
color: #C482FC;
}
</style>
background-color css
<style>
a { background-color: #C482FC; }
a { background-color: rgb(196,130,252); }
div.DivClassName
{
background-color: #C482FC;
}
.BgClassName
{
background-color: #C482FC;
}
</style>
border-color css
<style>
span { border-color: #C482FC; }
span { border-color: rgb(196,130,252); }
td.TdClassName
{
border-color: #C482FC;
}
.TagClassName
{
border-color: #C482FC;
}
</style>