Shades of Heliotrope #C566F5
Tints of Heliotrope #C566F5
RGB
CMYK
RGB Variations
Color information
#C566F5 (or 0xC566F5) is known color: Heliotrope. HEX triplet: C5, 66 and F5. RGB value is (197,102,245). Sum of RGB (Red+Green+Blue) = 197+102+245=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #C566F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C566F5 is #3A990A. Grayscale: #929292. Windows color (decimal): -3840267 or 16082629. OLE color: 16082629.
HSL color Cylindrical-coordinate representation of color #C566F5: hue angle of 279.86º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C566F5 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 102 | 245 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.04 |
| HSL | 279.86º | 0.88% | 0.68% | - |
| HSV(B) | 279.86º | 0.58% | 0.96% | - |
| XYZ | 44.26 | 27.97 | 89.45 | - |
| YUV | 146.71 | 183.47 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 245 | 0.20 | 0.58 | 0 | 0.04 | 279.86 | 0.88 | 0.68 |
| Hex | C5 | 66 | F5 | 14 | 3A | 0 | 4 | 118 | 58 | 44 |
| Octal | 305 | 146 | 365 | 24 | 72 | 0 | 4 | 430 | 130 | 104 |
| Binary | 11000101 | 1100110 | 11110101 | 10100 | 111010 | 0 | 100 | 100011000 | 1011000 | 1000100 |
Color Harmonies of #C566F5
Complementary color
Monochromatic Colors of #C566F5
Black with #C566F5
Text Example
Text Example
White with #C566F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566F5; }
p { color: rgb(197,102,245); }
H1.HeaderClassName
{
color: #C566F5;
}
.AnyTagClassName
{
color: #C566F5;
}
</style>
background-color css
<style>
a { background-color: #C566F5; }
a { background-color: rgb(197,102,245); }
div.DivClassName
{
background-color: #C566F5;
}
.BgClassName
{
background-color: #C566F5;
}
</style>
border-color css
<style>
span { border-color: #C566F5; }
span { border-color: rgb(197,102,245); }
td.TdClassName
{
border-color: #C566F5;
}
.TagClassName
{
border-color: #C566F5;
}
</style>