Shades of Heliotrope #C94FFD
Tints of Heliotrope #C94FFD
RGB
CMYK
RGB Variations
Color information
#C94FFD (or 0xC94FFD) is known color: Heliotrope. HEX triplet: C9, 4F and FD. RGB value is (201,79,253). Sum of RGB (Red+Green+Blue) = 201+79+253=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 79 (31.25% from 255 or 14.82% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #C94FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94FFD is #36B002. Grayscale: #868686. Windows color (decimal): -3584003 or 16601033. OLE color: 16601033.
HSL color Cylindrical-coordinate representation of color #C94FFD: hue angle of 282.07º 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 #C94FFD is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 79 | 253 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.01 |
| HSL | 282.07º | 0.98% | 0.65% | - |
| HSV(B) | 282.07º | 0.69% | 0.99% | - |
| XYZ | 44.61 | 25.1 | 95.42 | - |
| YUV | 135.31 | 194.42 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 253 | 0.21 | 0.69 | 0 | 0.01 | 282.07 | 0.98 | 0.65 |
| Hex | C9 | 4F | FD | 15 | 45 | 0 | 1 | 11A | 62 | 41 |
| Octal | 311 | 117 | 375 | 25 | 105 | 0 | 1 | 432 | 142 | 101 |
| Binary | 11001001 | 1001111 | 11111101 | 10101 | 1000101 | 0 | 1 | 100011010 | 1100010 | 1000001 |
Color Harmonies of #C94FFD
Complementary color
Monochromatic Colors of #C94FFD
Black with #C94FFD
Text Example
Text Example
White with #C94FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FFD; }
p { color: rgb(201,79,253); }
H1.HeaderClassName
{
color: #C94FFD;
}
.AnyTagClassName
{
color: #C94FFD;
}
</style>
background-color css
<style>
a { background-color: #C94FFD; }
a { background-color: rgb(201,79,253); }
div.DivClassName
{
background-color: #C94FFD;
}
.BgClassName
{
background-color: #C94FFD;
}
</style>
border-color css
<style>
span { border-color: #C94FFD; }
span { border-color: rgb(201,79,253); }
td.TdClassName
{
border-color: #C94FFD;
}
.TagClassName
{
border-color: #C94FFD;
}
</style>