Shades of Heliotrope #C952F8
Tints of Heliotrope #C952F8
RGB
CMYK
RGB Variations
Color information
#C952F8 (or 0xC952F8) is known color: Heliotrope. HEX triplet: C9, 52 and F8. RGB value is (201,82,248). Sum of RGB (Red+Green+Blue) = 201+82+248=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #C952F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C952F8 is #36AD07. Grayscale: #878787. Windows color (decimal): -3583240 or 16274121. OLE color: 16274121.
HSL color Cylindrical-coordinate representation of color #C952F8: hue angle of 283.01º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C952F8 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 82 | 248 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.03 |
| HSL | 283.01º | 0.92% | 0.65% | - |
| HSV(B) | 283.01º | 0.67% | 0.97% | - |
| XYZ | 44.05 | 25.23 | 91.36 | - |
| YUV | 136.51 | 190.92 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 248 | 0.19 | 0.67 | 0 | 0.03 | 283.01 | 0.92 | 0.65 |
| Hex | C9 | 52 | F8 | 13 | 43 | 0 | 3 | 11B | 5C | 41 |
| Octal | 311 | 122 | 370 | 23 | 103 | 0 | 3 | 433 | 134 | 101 |
| Binary | 11001001 | 1010010 | 11111000 | 10011 | 1000011 | 0 | 11 | 100011011 | 1011100 | 1000001 |
Color Harmonies of #C952F8
Complementary color
Monochromatic Colors of #C952F8
Black with #C952F8
Text Example
Text Example
White with #C952F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952F8; }
p { color: rgb(201,82,248); }
H1.HeaderClassName
{
color: #C952F8;
}
.AnyTagClassName
{
color: #C952F8;
}
</style>
background-color css
<style>
a { background-color: #C952F8; }
a { background-color: rgb(201,82,248); }
div.DivClassName
{
background-color: #C952F8;
}
.BgClassName
{
background-color: #C952F8;
}
</style>
border-color css
<style>
span { border-color: #C952F8; }
span { border-color: rgb(201,82,248); }
td.TdClassName
{
border-color: #C952F8;
}
.TagClassName
{
border-color: #C952F8;
}
</style>