Shades of Heliotrope #C652FC
Tints of Heliotrope #C652FC
RGB
CMYK
RGB Variations
Color information
#C652FC (or 0xC652FC) is known color: Heliotrope. HEX triplet: C6, 52 and FC. RGB value is (198,82,252). Sum of RGB (Red+Green+Blue) = 198+82+252=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 82 (32.42% from 255 or 15.41% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #C652FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C652FC is #39AD03. Grayscale: #878787. Windows color (decimal): -3779844 or 16536262. OLE color: 16536262.
HSL color Cylindrical-coordinate representation of color #C652FC: hue angle of 280.94º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C652FC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 82 | 252 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.01 |
| HSL | 280.94º | 0.97% | 0.65% | - |
| HSV(B) | 280.94º | 0.67% | 0.99% | - |
| XYZ | 43.88 | 25.07 | 94.62 | - |
| YUV | 136.06 | 193.43 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 252 | 0.21 | 0.67 | 0 | 0.01 | 280.94 | 0.97 | 0.65 |
| Hex | C6 | 52 | FC | 15 | 43 | 0 | 1 | 119 | 61 | 41 |
| Octal | 306 | 122 | 374 | 25 | 103 | 0 | 1 | 431 | 141 | 101 |
| Binary | 11000110 | 1010010 | 11111100 | 10101 | 1000011 | 0 | 1 | 100011001 | 1100001 | 1000001 |
Color Harmonies of #C652FC
Complementary color
Monochromatic Colors of #C652FC
Black with #C652FC
Text Example
Text Example
White with #C652FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652FC; }
p { color: rgb(198,82,252); }
H1.HeaderClassName
{
color: #C652FC;
}
.AnyTagClassName
{
color: #C652FC;
}
</style>
background-color css
<style>
a { background-color: #C652FC; }
a { background-color: rgb(198,82,252); }
div.DivClassName
{
background-color: #C652FC;
}
.BgClassName
{
background-color: #C652FC;
}
</style>
border-color css
<style>
span { border-color: #C652FC; }
span { border-color: rgb(198,82,252); }
td.TdClassName
{
border-color: #C652FC;
}
.TagClassName
{
border-color: #C652FC;
}
</style>