Shades of Heliotrope #C569FD
Tints of Heliotrope #C569FD
RGB
CMYK
RGB Variations
Color information
#C569FD (or 0xC569FD) is known color: Heliotrope. HEX triplet: C5, 69 and FD. RGB value is (197,105,253). Sum of RGB (Red+Green+Blue) = 197+105+253=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #C569FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C569FD is #3A9602. Grayscale: #949494. Windows color (decimal): -3839491 or 16607685. OLE color: 16607685.
HSL color Cylindrical-coordinate representation of color #C569FD: hue angle of 277.3º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C569FD is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 105 | 253 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.01 |
| HSL | 277.3º | 0.97% | 0.7% | - |
| HSV(B) | 277.3º | 0.58% | 0.99% | - |
| XYZ | 45.81 | 29.07 | 96.12 | - |
| YUV | 149.38 | 186.48 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 253 | 0.22 | 0.58 | 0 | 0.01 | 277.3 | 0.97 | 0.7 |
| Hex | C5 | 69 | FD | 16 | 3A | 0 | 1 | 115 | 61 | 46 |
| Octal | 305 | 151 | 375 | 26 | 72 | 0 | 1 | 425 | 141 | 106 |
| Binary | 11000101 | 1101001 | 11111101 | 10110 | 111010 | 0 | 1 | 100010101 | 1100001 | 1000110 |
Color Harmonies of #C569FD
Complementary color
Monochromatic Colors of #C569FD
Black with #C569FD
Text Example
Text Example
White with #C569FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569FD; }
p { color: rgb(197,105,253); }
H1.HeaderClassName
{
color: #C569FD;
}
.AnyTagClassName
{
color: #C569FD;
}
</style>
background-color css
<style>
a { background-color: #C569FD; }
a { background-color: rgb(197,105,253); }
div.DivClassName
{
background-color: #C569FD;
}
.BgClassName
{
background-color: #C569FD;
}
</style>
border-color css
<style>
span { border-color: #C569FD; }
span { border-color: rgb(197,105,253); }
td.TdClassName
{
border-color: #C569FD;
}
.TagClassName
{
border-color: #C569FD;
}
</style>