Shades of Heliotrope #C752FB
Tints of Heliotrope #C752FB
RGB
CMYK
RGB Variations
Color information
#C752FB (or 0xC752FB) is known color: Heliotrope. HEX triplet: C7, 52 and FB. RGB value is (199,82,251). Sum of RGB (Red+Green+Blue) = 199+82+251=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 82 (32.42% from 255 or 15.41% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #C752FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C752FB is #38AD04. Grayscale: #878787. Windows color (decimal): -3714309 or 16470727. OLE color: 16470727.
HSL color Cylindrical-coordinate representation of color #C752FB: hue angle of 281.54º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C752FB is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 82 | 251 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.02 |
| HSL | 281.54º | 0.95% | 0.65% | - |
| HSV(B) | 281.54º | 0.67% | 0.98% | - |
| XYZ | 43.98 | 25.14 | 93.8 | - |
| YUV | 136.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 251 | 0.21 | 0.67 | 0 | 0.02 | 281.54 | 0.95 | 0.65 |
| Hex | C7 | 52 | FB | 15 | 43 | 0 | 2 | 11A | 5F | 41 |
| Octal | 307 | 122 | 373 | 25 | 103 | 0 | 2 | 432 | 137 | 101 |
| Binary | 11000111 | 1010010 | 11111011 | 10101 | 1000011 | 0 | 10 | 100011010 | 1011111 | 1000001 |
Color Harmonies of #C752FB
Complementary color
Monochromatic Colors of #C752FB
Black with #C752FB
Text Example
Text Example
White with #C752FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752FB; }
p { color: rgb(199,82,251); }
H1.HeaderClassName
{
color: #C752FB;
}
.AnyTagClassName
{
color: #C752FB;
}
</style>
background-color css
<style>
a { background-color: #C752FB; }
a { background-color: rgb(199,82,251); }
div.DivClassName
{
background-color: #C752FB;
}
.BgClassName
{
background-color: #C752FB;
}
</style>
border-color css
<style>
span { border-color: #C752FB; }
span { border-color: rgb(199,82,251); }
td.TdClassName
{
border-color: #C752FB;
}
.TagClassName
{
border-color: #C752FB;
}
</style>