Shades of Heliotrope #C950FE
Tints of Heliotrope #C950FE
RGB
CMYK
RGB Variations
Color information
#C950FE (or 0xC950FE) is known color: Heliotrope. HEX triplet: C9, 50 and FE. RGB value is (201,80,254). Sum of RGB (Red+Green+Blue) = 201+80+254=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 80 (31.64% from 255 or 14.95% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #C950FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C950FE is #36AF01. Grayscale: #878787. Windows color (decimal): -3583746 or 16666825. OLE color: 16666825.
HSL color Cylindrical-coordinate representation of color #C950FE: hue angle of 281.72º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C950FE is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 80 | 254 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.00 |
| HSL | 281.72º | 0.99% | 0.65% | - |
| HSV(B) | 281.72º | 0.69% | 1% | - |
| XYZ | 44.85 | 25.31 | 96.29 | - |
| YUV | 136.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 254 | 0.21 | 0.69 | 0 | 0.00 | 281.72 | 0.99 | 0.65 |
| Hex | C9 | 50 | FE | 15 | 45 | 0 | 0 | 11A | 63 | 41 |
| Octal | 311 | 120 | 376 | 25 | 105 | 0 | 0 | 432 | 143 | 101 |
| Binary | 11001001 | 1010000 | 11111110 | 10101 | 1000101 | 0 | 0 | 100011010 | 1100011 | 1000001 |
Color Harmonies of #C950FE
Complementary color
Monochromatic Colors of #C950FE
Black with #C950FE
Text Example
Text Example
White with #C950FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950FE; }
p { color: rgb(201,80,254); }
H1.HeaderClassName
{
color: #C950FE;
}
.AnyTagClassName
{
color: #C950FE;
}
</style>
background-color css
<style>
a { background-color: #C950FE; }
a { background-color: rgb(201,80,254); }
div.DivClassName
{
background-color: #C950FE;
}
.BgClassName
{
background-color: #C950FE;
}
</style>
border-color css
<style>
span { border-color: #C950FE; }
span { border-color: rgb(201,80,254); }
td.TdClassName
{
border-color: #C950FE;
}
.TagClassName
{
border-color: #C950FE;
}
</style>