Shades of Heliotrope #C95EF4
Tints of Heliotrope #C95EF4
RGB
CMYK
RGB Variations
Color information
#C95EF4 (or 0xC95EF4) is known color: Heliotrope. HEX triplet: C9, 5E and F4. RGB value is (201,94,244). Sum of RGB (Red+Green+Blue) = 201+94+244=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #C95EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EF4 is #36A10B. Grayscale: #8E8E8E. Windows color (decimal): -3580172 or 16015049. OLE color: 16015049.
HSL color Cylindrical-coordinate representation of color #C95EF4: hue angle of 282.8º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C95EF4 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 94 | 244 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.04 |
| HSL | 282.8º | 0.87% | 0.66% | - |
| HSV(B) | 282.8º | 0.61% | 0.96% | - |
| XYZ | 44.42 | 26.95 | 88.45 | - |
| YUV | 143.09 | 184.95 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 244 | 0.18 | 0.61 | 0 | 0.04 | 282.8 | 0.87 | 0.66 |
| Hex | C9 | 5E | F4 | 12 | 3D | 0 | 4 | 11B | 57 | 42 |
| Octal | 311 | 136 | 364 | 22 | 75 | 0 | 4 | 433 | 127 | 102 |
| Binary | 11001001 | 1011110 | 11110100 | 10010 | 111101 | 0 | 100 | 100011011 | 1010111 | 1000010 |
Color Harmonies of #C95EF4
Complementary color
Monochromatic Colors of #C95EF4
Black with #C95EF4
Text Example
Text Example
White with #C95EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EF4; }
p { color: rgb(201,94,244); }
H1.HeaderClassName
{
color: #C95EF4;
}
.AnyTagClassName
{
color: #C95EF4;
}
</style>
background-color css
<style>
a { background-color: #C95EF4; }
a { background-color: rgb(201,94,244); }
div.DivClassName
{
background-color: #C95EF4;
}
.BgClassName
{
background-color: #C95EF4;
}
</style>
border-color css
<style>
span { border-color: #C95EF4; }
span { border-color: rgb(201,94,244); }
td.TdClassName
{
border-color: #C95EF4;
}
.TagClassName
{
border-color: #C95EF4;
}
</style>