Shades of Heliotrope #C566F7
Tints of Heliotrope #C566F7
RGB
CMYK
RGB Variations
Color information
#C566F7 (or 0xC566F7) is known color: Heliotrope. HEX triplet: C5, 66 and F7. RGB value is (197,102,247). Sum of RGB (Red+Green+Blue) = 197+102+247=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #C566F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C566F7 is #3A9908. Grayscale: #929292. Windows color (decimal): -3840265 or 16213701. OLE color: 16213701.
HSL color Cylindrical-coordinate representation of color #C566F7: hue angle of 279.31º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C566F7 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 102 | 247 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.03 |
| HSL | 279.31º | 0.9% | 0.68% | - |
| HSV(B) | 279.31º | 0.59% | 0.97% | - |
| XYZ | 44.57 | 28.09 | 91.07 | - |
| YUV | 146.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 247 | 0.20 | 0.59 | 0 | 0.03 | 279.31 | 0.9 | 0.68 |
| Hex | C5 | 66 | F7 | 14 | 3B | 0 | 3 | 117 | 5A | 44 |
| Octal | 305 | 146 | 367 | 24 | 73 | 0 | 3 | 427 | 132 | 104 |
| Binary | 11000101 | 1100110 | 11110111 | 10100 | 111011 | 0 | 11 | 100010111 | 1011010 | 1000100 |
Color Harmonies of #C566F7
Complementary color
Monochromatic Colors of #C566F7
Black with #C566F7
Text Example
Text Example
White with #C566F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566F7; }
p { color: rgb(197,102,247); }
H1.HeaderClassName
{
color: #C566F7;
}
.AnyTagClassName
{
color: #C566F7;
}
</style>
background-color css
<style>
a { background-color: #C566F7; }
a { background-color: rgb(197,102,247); }
div.DivClassName
{
background-color: #C566F7;
}
.BgClassName
{
background-color: #C566F7;
}
</style>
border-color css
<style>
span { border-color: #C566F7; }
span { border-color: rgb(197,102,247); }
td.TdClassName
{
border-color: #C566F7;
}
.TagClassName
{
border-color: #C566F7;
}
</style>