Shades of Heliotrope #C752FE
Tints of Heliotrope #C752FE
RGB
CMYK
RGB Variations
Color information
#C752FE (or 0xC752FE) is known color: Heliotrope. HEX triplet: C7, 52 and FE. RGB value is (199,82,254). Sum of RGB (Red+Green+Blue) = 199+82+254=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 82 (32.42% from 255 or 15.33% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #C752FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C752FE is #38AD01. Grayscale: #888888. Windows color (decimal): -3714306 or 16667335. OLE color: 16667335.
HSL color Cylindrical-coordinate representation of color #C752FE: hue angle of 280.81º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C752FE is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 82 | 254 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.00 |
| HSL | 280.81º | 0.99% | 0.66% | - |
| HSV(B) | 280.81º | 0.68% | 1% | - |
| XYZ | 44.46 | 25.33 | 96.31 | - |
| YUV | 136.59 | 194.26 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 254 | 0.22 | 0.68 | 0 | 0.00 | 280.81 | 0.99 | 0.66 |
| Hex | C7 | 52 | FE | 16 | 44 | 0 | 0 | 119 | 63 | 42 |
| Octal | 307 | 122 | 376 | 26 | 104 | 0 | 0 | 431 | 143 | 102 |
| Binary | 11000111 | 1010010 | 11111110 | 10110 | 1000100 | 0 | 0 | 100011001 | 1100011 | 1000010 |
Color Harmonies of #C752FE
Complementary color
Monochromatic Colors of #C752FE
Black with #C752FE
Text Example
Text Example
White with #C752FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752FE; }
p { color: rgb(199,82,254); }
H1.HeaderClassName
{
color: #C752FE;
}
.AnyTagClassName
{
color: #C752FE;
}
</style>
background-color css
<style>
a { background-color: #C752FE; }
a { background-color: rgb(199,82,254); }
div.DivClassName
{
background-color: #C752FE;
}
.BgClassName
{
background-color: #C752FE;
}
</style>
border-color css
<style>
span { border-color: #C752FE; }
span { border-color: rgb(199,82,254); }
td.TdClassName
{
border-color: #C752FE;
}
.TagClassName
{
border-color: #C752FE;
}
</style>