Shades of Heliotrope #C954FF
Tints of Heliotrope #C954FF
RGB
CMYK
RGB Variations
Color information
#C954FF (or 0xC954FF) is known color: Heliotrope. HEX triplet: C9, 54 and FF. RGB value is (201,84,255). Sum of RGB (Red+Green+Blue) = 201+84+255=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 84 (33.20% from 255 or 15.56% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #C954FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C954FF is #36AB00. Grayscale: #898989. Windows color (decimal): -3582721 or 16733385. OLE color: 16733385.
HSL color Cylindrical-coordinate representation of color #C954FF: hue angle of 281.05º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C954FF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 84 | 255 | - |
| CMYK | 0.21 | 0.67 | 0 | 0 |
| HSL | 281.05º | 1% | 0.66% | - |
| HSV(B) | 281.05º | 0.67% | 1% | - |
| XYZ | 45.31 | 25.98 | 97.23 | - |
| YUV | 138.48 | 193.76 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 255 | 0.21 | 0.67 | 0 | 0 | 281.05 | 1 | 0.66 |
| Hex | C9 | 54 | FF | 15 | 43 | 0 | 0 | 119 | 64 | 42 |
| Octal | 311 | 124 | 377 | 25 | 103 | 0 | 0 | 431 | 144 | 102 |
| Binary | 11001001 | 1010100 | 11111111 | 10101 | 1000011 | 0 | 0 | 100011001 | 1100100 | 1000010 |
Color Harmonies of #C954FF
Complementary color
Monochromatic Colors of #C954FF
Black with #C954FF
Text Example
Text Example
White with #C954FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954FF; }
p { color: rgb(201,84,255); }
H1.HeaderClassName
{
color: #C954FF;
}
.AnyTagClassName
{
color: #C954FF;
}
</style>
background-color css
<style>
a { background-color: #C954FF; }
a { background-color: rgb(201,84,255); }
div.DivClassName
{
background-color: #C954FF;
}
.BgClassName
{
background-color: #C954FF;
}
</style>
border-color css
<style>
span { border-color: #C954FF; }
span { border-color: rgb(201,84,255); }
td.TdClassName
{
border-color: #C954FF;
}
.TagClassName
{
border-color: #C954FF;
}
</style>