Shades of Heliotrope #C952FF
Tints of Heliotrope #C952FF
RGB
CMYK
RGB Variations
Color information
#C952FF (or 0xC952FF) is known color: Heliotrope. HEX triplet: C9, 52 and FF. RGB value is (201,82,255). Sum of RGB (Red+Green+Blue) = 201+82+255=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #C952FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C952FF is #36AD00. Grayscale: #888888. Windows color (decimal): -3583233 or 16732873. OLE color: 16732873.
HSL color Cylindrical-coordinate representation of color #C952FF: hue angle of 281.27º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C952FF is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 82 | 255 | - |
| CMYK | 0.21 | 0.68 | 0 | 0 |
| HSL | 281.27º | 1% | 0.66% | - |
| HSV(B) | 281.27º | 0.68% | 1% | - |
| XYZ | 45.15 | 25.67 | 97.18 | - |
| YUV | 137.3 | 194.42 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 255 | 0.21 | 0.68 | 0 | 0 | 281.27 | 1 | 0.66 |
| Hex | C9 | 52 | FF | 15 | 44 | 0 | 0 | 119 | 64 | 42 |
| Octal | 311 | 122 | 377 | 25 | 104 | 0 | 0 | 431 | 144 | 102 |
| Binary | 11001001 | 1010010 | 11111111 | 10101 | 1000100 | 0 | 0 | 100011001 | 1100100 | 1000010 |
Color Harmonies of #C952FF
Complementary color
Monochromatic Colors of #C952FF
Black with #C952FF
Text Example
Text Example
White with #C952FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952FF; }
p { color: rgb(201,82,255); }
H1.HeaderClassName
{
color: #C952FF;
}
.AnyTagClassName
{
color: #C952FF;
}
</style>
background-color css
<style>
a { background-color: #C952FF; }
a { background-color: rgb(201,82,255); }
div.DivClassName
{
background-color: #C952FF;
}
.BgClassName
{
background-color: #C952FF;
}
</style>
border-color css
<style>
span { border-color: #C952FF; }
span { border-color: rgb(201,82,255); }
td.TdClassName
{
border-color: #C952FF;
}
.TagClassName
{
border-color: #C952FF;
}
</style>