Shades of Heliotrope #C469FF
Tints of Heliotrope #C469FF
RGB
CMYK
RGB Variations
Color information
#C469FF (or 0xC469FF) is known color: Heliotrope. HEX triplet: C4, 69 and FF. RGB value is (196,105,255). Sum of RGB (Red+Green+Blue) = 196+105+255=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 105 (41.41% from 255 or 18.88% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #C469FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C469FF is #3B9600. Grayscale: #949494. Windows color (decimal): -3905025 or 16738756. OLE color: 16738756.
HSL color Cylindrical-coordinate representation of color #C469FF: hue angle of 276.4º 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 #C469FF is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 105 | 255 | - |
| CMYK | 0.23 | 0.59 | 0 | 0 |
| HSL | 276.4º | 1% | 0.71% | - |
| HSV(B) | 276.4º | 0.59% | 1% | - |
| XYZ | 45.87 | 29.06 | 97.8 | - |
| YUV | 149.31 | 187.65 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 255 | 0.23 | 0.59 | 0 | 0 | 276.4 | 1 | 0.71 |
| Hex | C4 | 69 | FF | 17 | 3B | 0 | 0 | 114 | 64 | 47 |
| Octal | 304 | 151 | 377 | 27 | 73 | 0 | 0 | 424 | 144 | 107 |
| Binary | 11000100 | 1101001 | 11111111 | 10111 | 111011 | 0 | 0 | 100010100 | 1100100 | 1000111 |
Color Harmonies of #C469FF
Complementary color
Monochromatic Colors of #C469FF
Black with #C469FF
Text Example
Text Example
White with #C469FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C469FF; }
p { color: rgb(196,105,255); }
H1.HeaderClassName
{
color: #C469FF;
}
.AnyTagClassName
{
color: #C469FF;
}
</style>
background-color css
<style>
a { background-color: #C469FF; }
a { background-color: rgb(196,105,255); }
div.DivClassName
{
background-color: #C469FF;
}
.BgClassName
{
background-color: #C469FF;
}
</style>
border-color css
<style>
span { border-color: #C469FF; }
span { border-color: rgb(196,105,255); }
td.TdClassName
{
border-color: #C469FF;
}
.TagClassName
{
border-color: #C469FF;
}
</style>