Shades of Heliotrope #C652FF
Tints of Heliotrope #C652FF
RGB
CMYK
RGB Variations
Color information
#C652FF (or 0xC652FF) is known color: Heliotrope. HEX triplet: C6, 52 and FF. RGB value is (198,82,255). Sum of RGB (Red+Green+Blue) = 198+82+255=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 82 (32.42% from 255 or 15.33% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #C652FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C652FF is #39AD00. Grayscale: #878787. Windows color (decimal): -3779841 or 16732870. OLE color: 16732870.
HSL color Cylindrical-coordinate representation of color #C652FF: hue angle of 280.23º 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 #C652FF is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 82 | 255 | - |
| CMYK | 0.22 | 0.68 | 0 | 0 |
| HSL | 280.23º | 1% | 0.66% | - |
| HSV(B) | 280.23º | 0.68% | 1% | - |
| XYZ | 44.36 | 25.26 | 97.15 | - |
| YUV | 136.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 255 | 0.22 | 0.68 | 0 | 0 | 280.23 | 1 | 0.66 |
| Hex | C6 | 52 | FF | 16 | 44 | 0 | 0 | 118 | 64 | 42 |
| Octal | 306 | 122 | 377 | 26 | 104 | 0 | 0 | 430 | 144 | 102 |
| Binary | 11000110 | 1010010 | 11111111 | 10110 | 1000100 | 0 | 0 | 100011000 | 1100100 | 1000010 |
Color Harmonies of #C652FF
Complementary color
Monochromatic Colors of #C652FF
Black with #C652FF
Text Example
Text Example
White with #C652FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652FF; }
p { color: rgb(198,82,255); }
H1.HeaderClassName
{
color: #C652FF;
}
.AnyTagClassName
{
color: #C652FF;
}
</style>
background-color css
<style>
a { background-color: #C652FF; }
a { background-color: rgb(198,82,255); }
div.DivClassName
{
background-color: #C652FF;
}
.BgClassName
{
background-color: #C652FF;
}
</style>
border-color css
<style>
span { border-color: #C652FF; }
span { border-color: rgb(198,82,255); }
td.TdClassName
{
border-color: #C652FF;
}
.TagClassName
{
border-color: #C652FF;
}
</style>