Shades of Heliotrope #C462FF
Tints of Heliotrope #C462FF
RGB
CMYK
RGB Variations
Color information
#C462FF (or 0xC462FF) is known color: Heliotrope. HEX triplet: C4, 62 and FF. RGB value is (196,98,255). Sum of RGB (Red+Green+Blue) = 196+98+255=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #C462FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C462FF is #3B9D00. Grayscale: #909090. Windows color (decimal): -3906817 or 16736964. OLE color: 16736964.
HSL color Cylindrical-coordinate representation of color #C462FF: hue angle of 277.45º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C462FF is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 98 | 255 | - |
| CMYK | 0.23 | 0.62 | 0 | 0 |
| HSL | 277.45º | 1% | 0.69% | - |
| HSV(B) | 277.45º | 0.62% | 1% | - |
| XYZ | 45.18 | 27.69 | 97.57 | - |
| YUV | 145.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 255 | 0.23 | 0.62 | 0 | 0 | 277.45 | 1 | 0.69 |
| Hex | C4 | 62 | FF | 17 | 3E | 0 | 0 | 115 | 64 | 45 |
| Octal | 304 | 142 | 377 | 27 | 76 | 0 | 0 | 425 | 144 | 105 |
| Binary | 11000100 | 1100010 | 11111111 | 10111 | 111110 | 0 | 0 | 100010101 | 1100100 | 1000101 |
Color Harmonies of #C462FF
Complementary color
Monochromatic Colors of #C462FF
Black with #C462FF
Text Example
Text Example
White with #C462FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462FF; }
p { color: rgb(196,98,255); }
H1.HeaderClassName
{
color: #C462FF;
}
.AnyTagClassName
{
color: #C462FF;
}
</style>
background-color css
<style>
a { background-color: #C462FF; }
a { background-color: rgb(196,98,255); }
div.DivClassName
{
background-color: #C462FF;
}
.BgClassName
{
background-color: #C462FF;
}
</style>
border-color css
<style>
span { border-color: #C462FF; }
span { border-color: rgb(196,98,255); }
td.TdClassName
{
border-color: #C462FF;
}
.TagClassName
{
border-color: #C462FF;
}
</style>