Shades of Heliotrope #C964F8
Tints of Heliotrope #C964F8
RGB
CMYK
RGB Variations
Color information
#C964F8 (or 0xC964F8) is known color: Heliotrope. HEX triplet: C9, 64 and F8. RGB value is (201,100,248). Sum of RGB (Red+Green+Blue) = 201+100+248=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #C964F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C964F8 is #369B07. Grayscale: #929292. Windows color (decimal): -3578632 or 16278729. OLE color: 16278729.
HSL color Cylindrical-coordinate representation of color #C964F8: hue angle of 280.95º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C964F8 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 100 | 248 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.03 |
| HSL | 280.95º | 0.91% | 0.68% | - |
| HSV(B) | 280.95º | 0.6% | 0.97% | - |
| XYZ | 45.59 | 28.31 | 91.87 | - |
| YUV | 147.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 248 | 0.19 | 0.60 | 0 | 0.03 | 280.95 | 0.91 | 0.68 |
| Hex | C9 | 64 | F8 | 13 | 3C | 0 | 3 | 119 | 5B | 44 |
| Octal | 311 | 144 | 370 | 23 | 74 | 0 | 3 | 431 | 133 | 104 |
| Binary | 11001001 | 1100100 | 11111000 | 10011 | 111100 | 0 | 11 | 100011001 | 1011011 | 1000100 |
Color Harmonies of #C964F8
Complementary color
Monochromatic Colors of #C964F8
Black with #C964F8
Text Example
Text Example
White with #C964F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964F8; }
p { color: rgb(201,100,248); }
H1.HeaderClassName
{
color: #C964F8;
}
.AnyTagClassName
{
color: #C964F8;
}
</style>
background-color css
<style>
a { background-color: #C964F8; }
a { background-color: rgb(201,100,248); }
div.DivClassName
{
background-color: #C964F8;
}
.BgClassName
{
background-color: #C964F8;
}
</style>
border-color css
<style>
span { border-color: #C964F8; }
span { border-color: rgb(201,100,248); }
td.TdClassName
{
border-color: #C964F8;
}
.TagClassName
{
border-color: #C964F8;
}
</style>