Shades of Heliotrope #C569FF
Tints of Heliotrope #C569FF
RGB
CMYK
RGB Variations
Color information
#C569FF (or 0xC569FF) is known color: Heliotrope. HEX triplet: C5, 69 and FF. RGB value is (197,105,255). Sum of RGB (Red+Green+Blue) = 197+105+255=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #C569FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C569FF is #3A9600. Grayscale: #959595. Windows color (decimal): -3839489 or 16738757. OLE color: 16738757.
HSL color Cylindrical-coordinate representation of color #C569FF: hue angle of 276.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C569FF is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 105 | 255 | - |
| CMYK | 0.23 | 0.59 | 0 | 0 |
| HSL | 276.8º | 1% | 0.71% | - |
| HSV(B) | 276.8º | 0.59% | 1% | - |
| XYZ | 46.13 | 29.19 | 97.81 | - |
| YUV | 149.61 | 187.48 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 255 | 0.23 | 0.59 | 0 | 0 | 276.8 | 1 | 0.71 |
| Hex | C5 | 69 | FF | 17 | 3B | 0 | 0 | 115 | 64 | 47 |
| Octal | 305 | 151 | 377 | 27 | 73 | 0 | 0 | 425 | 144 | 107 |
| Binary | 11000101 | 1101001 | 11111111 | 10111 | 111011 | 0 | 0 | 100010101 | 1100100 | 1000111 |
Color Harmonies of #C569FF
Complementary color
Monochromatic Colors of #C569FF
Black with #C569FF
Text Example
Text Example
White with #C569FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569FF; }
p { color: rgb(197,105,255); }
H1.HeaderClassName
{
color: #C569FF;
}
.AnyTagClassName
{
color: #C569FF;
}
</style>
background-color css
<style>
a { background-color: #C569FF; }
a { background-color: rgb(197,105,255); }
div.DivClassName
{
background-color: #C569FF;
}
.BgClassName
{
background-color: #C569FF;
}
</style>
border-color css
<style>
span { border-color: #C569FF; }
span { border-color: rgb(197,105,255); }
td.TdClassName
{
border-color: #C569FF;
}
.TagClassName
{
border-color: #C569FF;
}
</style>