Shades of Heliotrope #C569FE
Tints of Heliotrope #C569FE
RGB
CMYK
RGB Variations
Color information
#C569FE (or 0xC569FE) is known color: Heliotrope. HEX triplet: C5, 69 and FE. RGB value is (197,105,254). Sum of RGB (Red+Green+Blue) = 197+105+254=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 105 (41.41% from 255 or 18.88% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #C569FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C569FE is #3A9601. Grayscale: #949494. Windows color (decimal): -3839490 or 16673221. OLE color: 16673221.
HSL color Cylindrical-coordinate representation of color #C569FE: hue angle of 277.05º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C569FE is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 105 | 254 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.00 |
| HSL | 277.05º | 0.99% | 0.7% | - |
| HSV(B) | 277.05º | 0.59% | 1% | - |
| XYZ | 45.97 | 29.13 | 96.97 | - |
| YUV | 149.49 | 186.98 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 254 | 0.22 | 0.59 | 0 | 0.00 | 277.05 | 0.99 | 0.7 |
| Hex | C5 | 69 | FE | 16 | 3B | 0 | 0 | 115 | 63 | 46 |
| Octal | 305 | 151 | 376 | 26 | 73 | 0 | 0 | 425 | 143 | 106 |
| Binary | 11000101 | 1101001 | 11111110 | 10110 | 111011 | 0 | 0 | 100010101 | 1100011 | 1000110 |
Color Harmonies of #C569FE
Complementary color
Monochromatic Colors of #C569FE
Black with #C569FE
Text Example
Text Example
White with #C569FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569FE; }
p { color: rgb(197,105,254); }
H1.HeaderClassName
{
color: #C569FE;
}
.AnyTagClassName
{
color: #C569FE;
}
</style>
background-color css
<style>
a { background-color: #C569FE; }
a { background-color: rgb(197,105,254); }
div.DivClassName
{
background-color: #C569FE;
}
.BgClassName
{
background-color: #C569FE;
}
</style>
border-color css
<style>
span { border-color: #C569FE; }
span { border-color: rgb(197,105,254); }
td.TdClassName
{
border-color: #C569FE;
}
.TagClassName
{
border-color: #C569FE;
}
</style>