Shades of Heliotrope #C569EC
Tints of Heliotrope #C569EC
RGB
CMYK
RGB Variations
Color information
#C569EC (or 0xC569EC) is known color: Heliotrope. HEX triplet: C5, 69 and EC. RGB value is (197,105,236). Sum of RGB (Red+Green+Blue) = 197+105+236=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #C569EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C569EC is #3A9613. Grayscale: #939393. Windows color (decimal): -3839508 or 15493573. OLE color: 15493573.
HSL color Cylindrical-coordinate representation of color #C569EC: hue angle of 282.14º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C569EC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 105 | 236 | - |
CMYK | 0.17 | 0.56 | 0 | 0.07 |
HSL | 282.14º | 0.78% | 0.67% | - |
HSV(B) | 282.14º | 0.56% | 0.93% | - |
XYZ | 43.22 | 28.03 | 82.49 | - |
YUV | 147.44 | 177.98 | 163.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 105 | 236 | 0.17 | 0.56 | 0 | 0.07 | 282.14 | 0.78 | 0.67 |
Hex | C5 | 69 | EC | 11 | 38 | 0 | 7 | 11A | 4E | 43 |
Octal | 305 | 151 | 354 | 21 | 70 | 0 | 7 | 432 | 116 | 103 |
Binary | 11000101 | 1101001 | 11101100 | 10001 | 111000 | 0 | 111 | 100011010 | 1001110 | 1000011 |
Color Harmonies of #C569EC
Complementary color
Monochromatic Colors of #C569EC
Black with #C569EC
Text Example
Text Example
White with #C569EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569EC; }
p { color: rgb(197,105,236); }
H1.HeaderClassName
{
color: #C569EC;
}
.AnyTagClassName
{
color: #C569EC;
}
</style>
background-color css
<style>
a { background-color: #C569EC; }
a { background-color: rgb(197,105,236); }
div.DivClassName
{
background-color: #C569EC;
}
.BgClassName
{
background-color: #C569EC;
}
</style>
border-color css
<style>
span { border-color: #C569EC; }
span { border-color: rgb(197,105,236); }
td.TdClassName
{
border-color: #C569EC;
}
.TagClassName
{
border-color: #C569EC;
}
</style>