Shades of Heliotrope #C752FF
Tints of Heliotrope #C752FF
RGB
CMYK
RGB Variations
Color information
#C752FF (or 0xC752FF) is known color: Heliotrope. HEX triplet: C7, 52 and FF. RGB value is (199,82,255). Sum of RGB (Red+Green+Blue) = 199+82+255=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #C752FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C752FF is #38AD00. Grayscale: #888888. Windows color (decimal): -3714305 or 16732871. OLE color: 16732871.
HSL color Cylindrical-coordinate representation of color #C752FF: hue angle of 280.58º 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 #C752FF is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 82 | 255 | - |
| CMYK | 0.22 | 0.68 | 0 | 0 |
| HSL | 280.58º | 1% | 0.66% | - |
| HSV(B) | 280.58º | 0.68% | 1% | - |
| XYZ | 44.62 | 25.4 | 97.16 | - |
| YUV | 136.71 | 194.76 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 255 | 0.22 | 0.68 | 0 | 0 | 280.58 | 1 | 0.66 |
| Hex | C7 | 52 | FF | 16 | 44 | 0 | 0 | 119 | 64 | 42 |
| Octal | 307 | 122 | 377 | 26 | 104 | 0 | 0 | 431 | 144 | 102 |
| Binary | 11000111 | 1010010 | 11111111 | 10110 | 1000100 | 0 | 0 | 100011001 | 1100100 | 1000010 |
Color Harmonies of #C752FF
Complementary color
Monochromatic Colors of #C752FF
Black with #C752FF
Text Example
Text Example
White with #C752FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752FF; }
p { color: rgb(199,82,255); }
H1.HeaderClassName
{
color: #C752FF;
}
.AnyTagClassName
{
color: #C752FF;
}
</style>
background-color css
<style>
a { background-color: #C752FF; }
a { background-color: rgb(199,82,255); }
div.DivClassName
{
background-color: #C752FF;
}
.BgClassName
{
background-color: #C752FF;
}
</style>
border-color css
<style>
span { border-color: #C752FF; }
span { border-color: rgb(199,82,255); }
td.TdClassName
{
border-color: #C752FF;
}
.TagClassName
{
border-color: #C752FF;
}
</style>