Shades of Heliotrope #C950FD
Tints of Heliotrope #C950FD
RGB
CMYK
RGB Variations
Color information
#C950FD (or 0xC950FD) is known color: Heliotrope. HEX triplet: C9, 50 and FD. RGB value is (201,80,253). Sum of RGB (Red+Green+Blue) = 201+80+253=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #C950FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C950FD is #36AF02. Grayscale: #878787. Windows color (decimal): -3583747 or 16601289. OLE color: 16601289.
HSL color Cylindrical-coordinate representation of color #C950FD: hue angle of 281.97º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C950FD is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 80 | 253 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.01 |
| HSL | 281.97º | 0.98% | 0.65% | - |
| HSV(B) | 281.97º | 0.68% | 0.99% | - |
| XYZ | 44.69 | 25.25 | 95.45 | - |
| YUV | 135.9 | 194.09 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 253 | 0.21 | 0.68 | 0 | 0.01 | 281.97 | 0.98 | 0.65 |
| Hex | C9 | 50 | FD | 15 | 44 | 0 | 1 | 11A | 62 | 41 |
| Octal | 311 | 120 | 375 | 25 | 104 | 0 | 1 | 432 | 142 | 101 |
| Binary | 11001001 | 1010000 | 11111101 | 10101 | 1000100 | 0 | 1 | 100011010 | 1100010 | 1000001 |
Color Harmonies of #C950FD
Complementary color
Monochromatic Colors of #C950FD
Black with #C950FD
Text Example
Text Example
White with #C950FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950FD; }
p { color: rgb(201,80,253); }
H1.HeaderClassName
{
color: #C950FD;
}
.AnyTagClassName
{
color: #C950FD;
}
</style>
background-color css
<style>
a { background-color: #C950FD; }
a { background-color: rgb(201,80,253); }
div.DivClassName
{
background-color: #C950FD;
}
.BgClassName
{
background-color: #C950FD;
}
</style>
border-color css
<style>
span { border-color: #C950FD; }
span { border-color: rgb(201,80,253); }
td.TdClassName
{
border-color: #C950FD;
}
.TagClassName
{
border-color: #C950FD;
}
</style>