Shades of Heliotrope #C967F4
Tints of Heliotrope #C967F4
RGB
CMYK
RGB Variations
Color information
#C967F4 (or 0xC967F4) is known color: Heliotrope. HEX triplet: C9, 67 and F4. RGB value is (201,103,244). Sum of RGB (Red+Green+Blue) = 201+103+244=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 103 (40.62% from 255 or 18.80% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #C967F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967F4 is #36980B. Grayscale: #939393. Windows color (decimal): -3577868 or 16017353. OLE color: 16017353.
HSL color Cylindrical-coordinate representation of color #C967F4: hue angle of 281.7º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C967F4 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 103 | 244 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.04 |
| HSL | 281.7º | 0.87% | 0.68% | - |
| HSV(B) | 281.7º | 0.58% | 0.96% | - |
| XYZ | 45.27 | 28.65 | 88.73 | - |
| YUV | 148.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 244 | 0.18 | 0.58 | 0 | 0.04 | 281.7 | 0.87 | 0.68 |
| Hex | C9 | 67 | F4 | 12 | 3A | 0 | 4 | 11A | 57 | 44 |
| Octal | 311 | 147 | 364 | 22 | 72 | 0 | 4 | 432 | 127 | 104 |
| Binary | 11001001 | 1100111 | 11110100 | 10010 | 111010 | 0 | 100 | 100011010 | 1010111 | 1000100 |
Color Harmonies of #C967F4
Complementary color
Monochromatic Colors of #C967F4
Black with #C967F4
Text Example
Text Example
White with #C967F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967F4; }
p { color: rgb(201,103,244); }
H1.HeaderClassName
{
color: #C967F4;
}
.AnyTagClassName
{
color: #C967F4;
}
</style>
background-color css
<style>
a { background-color: #C967F4; }
a { background-color: rgb(201,103,244); }
div.DivClassName
{
background-color: #C967F4;
}
.BgClassName
{
background-color: #C967F4;
}
</style>
border-color css
<style>
span { border-color: #C967F4; }
span { border-color: rgb(201,103,244); }
td.TdClassName
{
border-color: #C967F4;
}
.TagClassName
{
border-color: #C967F4;
}
</style>