Shades of Heliotrope #C653FC
Tints of Heliotrope #C653FC
RGB
CMYK
RGB Variations
Color information
#C653FC (or 0xC653FC) is known color: Heliotrope. HEX triplet: C6, 53 and FC. RGB value is (198,83,252). Sum of RGB (Red+Green+Blue) = 198+83+252=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #C653FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C653FC is #39AC03. Grayscale: #888888. Windows color (decimal): -3779588 or 16536518. OLE color: 16536518.
HSL color Cylindrical-coordinate representation of color #C653FC: hue angle of 280.83º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C653FC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 83 | 252 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.01 |
| HSL | 280.83º | 0.97% | 0.66% | - |
| HSV(B) | 280.83º | 0.67% | 0.99% | - |
| XYZ | 43.95 | 25.22 | 94.65 | - |
| YUV | 136.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 252 | 0.21 | 0.67 | 0 | 0.01 | 280.83 | 0.97 | 0.66 |
| Hex | C6 | 53 | FC | 15 | 43 | 0 | 1 | 119 | 61 | 42 |
| Octal | 306 | 123 | 374 | 25 | 103 | 0 | 1 | 431 | 141 | 102 |
| Binary | 11000110 | 1010011 | 11111100 | 10101 | 1000011 | 0 | 1 | 100011001 | 1100001 | 1000010 |
Color Harmonies of #C653FC
Complementary color
Monochromatic Colors of #C653FC
Black with #C653FC
Text Example
Text Example
White with #C653FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653FC; }
p { color: rgb(198,83,252); }
H1.HeaderClassName
{
color: #C653FC;
}
.AnyTagClassName
{
color: #C653FC;
}
</style>
background-color css
<style>
a { background-color: #C653FC; }
a { background-color: rgb(198,83,252); }
div.DivClassName
{
background-color: #C653FC;
}
.BgClassName
{
background-color: #C653FC;
}
</style>
border-color css
<style>
span { border-color: #C653FC; }
span { border-color: rgb(198,83,252); }
td.TdClassName
{
border-color: #C653FC;
}
.TagClassName
{
border-color: #C653FC;
}
</style>