Shades of Heliotrope #C94EFD
Tints of Heliotrope #C94EFD
RGB
CMYK
RGB Variations
Color information
#C94EFD (or 0xC94EFD) is known color: Heliotrope. HEX triplet: C9, 4E and FD. RGB value is (201,78,253). Sum of RGB (Red+Green+Blue) = 201+78+253=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 78 (30.86% from 255 or 14.66% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #C94EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94EFD is #36B102. Grayscale: #868686. Windows color (decimal): -3584259 or 16600777. OLE color: 16600777.
HSL color Cylindrical-coordinate representation of color #C94EFD: hue angle of 282.17º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94EFD is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 78 | 253 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.01 |
| HSL | 282.17º | 0.98% | 0.65% | - |
| HSV(B) | 282.17º | 0.69% | 0.99% | - |
| XYZ | 44.54 | 24.96 | 95.4 | - |
| YUV | 134.73 | 194.75 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 253 | 0.21 | 0.69 | 0 | 0.01 | 282.17 | 0.98 | 0.65 |
| Hex | C9 | 4E | FD | 15 | 45 | 0 | 1 | 11A | 62 | 41 |
| Octal | 311 | 116 | 375 | 25 | 105 | 0 | 1 | 432 | 142 | 101 |
| Binary | 11001001 | 1001110 | 11111101 | 10101 | 1000101 | 0 | 1 | 100011010 | 1100010 | 1000001 |
Color Harmonies of #C94EFD
Complementary color
Monochromatic Colors of #C94EFD
Black with #C94EFD
Text Example
Text Example
White with #C94EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EFD; }
p { color: rgb(201,78,253); }
H1.HeaderClassName
{
color: #C94EFD;
}
.AnyTagClassName
{
color: #C94EFD;
}
</style>
background-color css
<style>
a { background-color: #C94EFD; }
a { background-color: rgb(201,78,253); }
div.DivClassName
{
background-color: #C94EFD;
}
.BgClassName
{
background-color: #C94EFD;
}
</style>
border-color css
<style>
span { border-color: #C94EFD; }
span { border-color: rgb(201,78,253); }
td.TdClassName
{
border-color: #C94EFD;
}
.TagClassName
{
border-color: #C94EFD;
}
</style>