Shades of Heliotrope #C965F4
Tints of Heliotrope #C965F4
RGB
CMYK
RGB Variations
Color information
#C965F4 (or 0xC965F4) is known color: Heliotrope. HEX triplet: C9, 65 and F4. RGB value is (201,101,244). Sum of RGB (Red+Green+Blue) = 201+101+244=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #C965F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965F4 is #369A0B. Grayscale: #929292. Windows color (decimal): -3578380 or 16016841. OLE color: 16016841.
HSL color Cylindrical-coordinate representation of color #C965F4: hue angle of 281.96º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C965F4 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 101 | 244 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.04 |
| HSL | 281.96º | 0.87% | 0.68% | - |
| HSV(B) | 281.96º | 0.59% | 0.96% | - |
| XYZ | 45.07 | 28.26 | 88.67 | - |
| YUV | 147.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 244 | 0.18 | 0.59 | 0 | 0.04 | 281.96 | 0.87 | 0.68 |
| Hex | C9 | 65 | F4 | 12 | 3B | 0 | 4 | 11A | 57 | 44 |
| Octal | 311 | 145 | 364 | 22 | 73 | 0 | 4 | 432 | 127 | 104 |
| Binary | 11001001 | 1100101 | 11110100 | 10010 | 111011 | 0 | 100 | 100011010 | 1010111 | 1000100 |
Color Harmonies of #C965F4
Complementary color
Monochromatic Colors of #C965F4
Black with #C965F4
Text Example
Text Example
White with #C965F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965F4; }
p { color: rgb(201,101,244); }
H1.HeaderClassName
{
color: #C965F4;
}
.AnyTagClassName
{
color: #C965F4;
}
</style>
background-color css
<style>
a { background-color: #C965F4; }
a { background-color: rgb(201,101,244); }
div.DivClassName
{
background-color: #C965F4;
}
.BgClassName
{
background-color: #C965F4;
}
</style>
border-color css
<style>
span { border-color: #C965F4; }
span { border-color: rgb(201,101,244); }
td.TdClassName
{
border-color: #C965F4;
}
.TagClassName
{
border-color: #C965F4;
}
</style>