Shades of Heliotrope #C669FE
Tints of Heliotrope #C669FE
RGB
CMYK
RGB Variations
Color information
#C669FE (or 0xC669FE) is known color: Heliotrope. HEX triplet: C6, 69 and FE. RGB value is (198,105,254). Sum of RGB (Red+Green+Blue) = 198+105+254=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #C669FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C669FE is #399601. Grayscale: #959595. Windows color (decimal): -3773954 or 16673222. OLE color: 16673222.
HSL color Cylindrical-coordinate representation of color #C669FE: hue angle of 277.45º 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 #C669FE is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 105 | 254 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.00 |
| HSL | 277.45º | 0.99% | 0.7% | - |
| HSV(B) | 277.45º | 0.59% | 1% | - |
| XYZ | 46.23 | 29.26 | 96.98 | - |
| YUV | 149.79 | 186.81 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 254 | 0.22 | 0.59 | 0 | 0.00 | 277.45 | 0.99 | 0.7 |
| Hex | C6 | 69 | FE | 16 | 3B | 0 | 0 | 115 | 63 | 46 |
| Octal | 306 | 151 | 376 | 26 | 73 | 0 | 0 | 425 | 143 | 106 |
| Binary | 11000110 | 1101001 | 11111110 | 10110 | 111011 | 0 | 0 | 100010101 | 1100011 | 1000110 |
Color Harmonies of #C669FE
Complementary color
Monochromatic Colors of #C669FE
Black with #C669FE
Text Example
Text Example
White with #C669FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669FE; }
p { color: rgb(198,105,254); }
H1.HeaderClassName
{
color: #C669FE;
}
.AnyTagClassName
{
color: #C669FE;
}
</style>
background-color css
<style>
a { background-color: #C669FE; }
a { background-color: rgb(198,105,254); }
div.DivClassName
{
background-color: #C669FE;
}
.BgClassName
{
background-color: #C669FE;
}
</style>
border-color css
<style>
span { border-color: #C669FE; }
span { border-color: rgb(198,105,254); }
td.TdClassName
{
border-color: #C669FE;
}
.TagClassName
{
border-color: #C669FE;
}
</style>