Shades of Heliotrope #C952FD
Tints of Heliotrope #C952FD
RGB
CMYK
RGB Variations
Color information
#C952FD (or 0xC952FD) is known color: Heliotrope. HEX triplet: C9, 52 and FD. RGB value is (201,82,253). Sum of RGB (Red+Green+Blue) = 201+82+253=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #C952FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C952FD is #36AD02. Grayscale: #888888. Windows color (decimal): -3583235 or 16601801. OLE color: 16601801.
HSL color Cylindrical-coordinate representation of color #C952FD: hue angle of 281.75º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C952FD is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 82 | 253 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.01 |
| HSL | 281.75º | 0.98% | 0.66% | - |
| HSV(B) | 281.75º | 0.68% | 0.99% | - |
| XYZ | 44.83 | 25.54 | 95.5 | - |
| YUV | 137.08 | 193.42 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 253 | 0.21 | 0.68 | 0 | 0.01 | 281.75 | 0.98 | 0.66 |
| Hex | C9 | 52 | FD | 15 | 44 | 0 | 1 | 11A | 62 | 42 |
| Octal | 311 | 122 | 375 | 25 | 104 | 0 | 1 | 432 | 142 | 102 |
| Binary | 11001001 | 1010010 | 11111101 | 10101 | 1000100 | 0 | 1 | 100011010 | 1100010 | 1000010 |
Color Harmonies of #C952FD
Complementary color
Monochromatic Colors of #C952FD
Black with #C952FD
Text Example
Text Example
White with #C952FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952FD; }
p { color: rgb(201,82,253); }
H1.HeaderClassName
{
color: #C952FD;
}
.AnyTagClassName
{
color: #C952FD;
}
</style>
background-color css
<style>
a { background-color: #C952FD; }
a { background-color: rgb(201,82,253); }
div.DivClassName
{
background-color: #C952FD;
}
.BgClassName
{
background-color: #C952FD;
}
</style>
border-color css
<style>
span { border-color: #C952FD; }
span { border-color: rgb(201,82,253); }
td.TdClassName
{
border-color: #C952FD;
}
.TagClassName
{
border-color: #C952FD;
}
</style>