Shades of Heliotrope #C94AFE
Tints of Heliotrope #C94AFE
RGB
CMYK
RGB Variations
Color information
#C94AFE (or 0xC94AFE) is known color: Heliotrope. HEX triplet: C9, 4A and FE. RGB value is (201,74,254). Sum of RGB (Red+Green+Blue) = 201+74+254=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 74 (29.30% from 255 or 13.99% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #C94AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AFE is #36B501. Grayscale: #838383. Windows color (decimal): -3585282 or 16665289. OLE color: 16665289.
HSL color Cylindrical-coordinate representation of color #C94AFE: hue angle of 282.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C94AFE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 74 | 254 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.00 |
| HSL | 282.33º | 0.99% | 0.64% | - |
| HSV(B) | 282.33º | 0.71% | 1% | - |
| XYZ | 44.43 | 24.47 | 96.15 | - |
| YUV | 132.49 | 196.58 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 254 | 0.21 | 0.71 | 0 | 0.00 | 282.33 | 0.99 | 0.64 |
| Hex | C9 | 4A | FE | 15 | 47 | 0 | 0 | 11A | 63 | 40 |
| Octal | 311 | 112 | 376 | 25 | 107 | 0 | 0 | 432 | 143 | 100 |
| Binary | 11001001 | 1001010 | 11111110 | 10101 | 1000111 | 0 | 0 | 100011010 | 1100011 | 1000000 |
Color Harmonies of #C94AFE
Complementary color
Monochromatic Colors of #C94AFE
Black with #C94AFE
Text Example
Text Example
White with #C94AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94AFE; }
p { color: rgb(201,74,254); }
H1.HeaderClassName
{
color: #C94AFE;
}
.AnyTagClassName
{
color: #C94AFE;
}
</style>
background-color css
<style>
a { background-color: #C94AFE; }
a { background-color: rgb(201,74,254); }
div.DivClassName
{
background-color: #C94AFE;
}
.BgClassName
{
background-color: #C94AFE;
}
</style>
border-color css
<style>
span { border-color: #C94AFE; }
span { border-color: rgb(201,74,254); }
td.TdClassName
{
border-color: #C94AFE;
}
.TagClassName
{
border-color: #C94AFE;
}
</style>