Shades of Heliotrope #C663F5
Tints of Heliotrope #C663F5
RGB
CMYK
RGB Variations
Color information
#C663F5 (or 0xC663F5) is known color: Heliotrope. HEX triplet: C6, 63 and F5. RGB value is (198,99,245). Sum of RGB (Red+Green+Blue) = 198+99+245=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #C663F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C663F5 is #399C0A. Grayscale: #909090. Windows color (decimal): -3775499 or 16081862. OLE color: 16081862.
HSL color Cylindrical-coordinate representation of color #C663F5: hue angle of 280.68º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C663F5 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 99 | 245 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.04 |
| HSL | 280.68º | 0.88% | 0.67% | - |
| HSV(B) | 280.68º | 0.6% | 0.96% | - |
| XYZ | 44.23 | 27.52 | 89.37 | - |
| YUV | 145.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 245 | 0.19 | 0.60 | 0 | 0.04 | 280.68 | 0.88 | 0.67 |
| Hex | C6 | 63 | F5 | 13 | 3C | 0 | 4 | 119 | 58 | 43 |
| Octal | 306 | 143 | 365 | 23 | 74 | 0 | 4 | 431 | 130 | 103 |
| Binary | 11000110 | 1100011 | 11110101 | 10011 | 111100 | 0 | 100 | 100011001 | 1011000 | 1000011 |
Color Harmonies of #C663F5
Complementary color
Monochromatic Colors of #C663F5
Black with #C663F5
Text Example
Text Example
White with #C663F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663F5; }
p { color: rgb(198,99,245); }
H1.HeaderClassName
{
color: #C663F5;
}
.AnyTagClassName
{
color: #C663F5;
}
</style>
background-color css
<style>
a { background-color: #C663F5; }
a { background-color: rgb(198,99,245); }
div.DivClassName
{
background-color: #C663F5;
}
.BgClassName
{
background-color: #C663F5;
}
</style>
border-color css
<style>
span { border-color: #C663F5; }
span { border-color: rgb(198,99,245); }
td.TdClassName
{
border-color: #C663F5;
}
.TagClassName
{
border-color: #C663F5;
}
</style>