Shades of Heliotrope #C669F0
Tints of Heliotrope #C669F0
RGB
CMYK
RGB Variations
Color information
#C669F0 (or 0xC669F0) is known color: Heliotrope. HEX triplet: C6, 69 and F0. RGB value is (198,105,240). Sum of RGB (Red+Green+Blue) = 198+105+240=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #C669F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C669F0 is #39960F. Grayscale: #939393. Windows color (decimal): -3773968 or 15755718. OLE color: 15755718.
HSL color Cylindrical-coordinate representation of color #C669F0: hue angle of 281.33º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C669F0 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 105 | 240 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.06 |
| HSL | 281.33º | 0.82% | 0.68% | - |
| HSV(B) | 281.33º | 0.56% | 0.94% | - |
| XYZ | 44.07 | 28.4 | 85.6 | - |
| YUV | 148.2 | 179.81 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 240 | 0.18 | 0.56 | 0 | 0.06 | 281.33 | 0.82 | 0.68 |
| Hex | C6 | 69 | F0 | 12 | 38 | 0 | 6 | 119 | 52 | 44 |
| Octal | 306 | 151 | 360 | 22 | 70 | 0 | 6 | 431 | 122 | 104 |
| Binary | 11000110 | 1101001 | 11110000 | 10010 | 111000 | 0 | 110 | 100011001 | 1010010 | 1000100 |
Color Harmonies of #C669F0
Complementary color
Monochromatic Colors of #C669F0
Black with #C669F0
Text Example
Text Example
White with #C669F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669F0; }
p { color: rgb(198,105,240); }
H1.HeaderClassName
{
color: #C669F0;
}
.AnyTagClassName
{
color: #C669F0;
}
</style>
background-color css
<style>
a { background-color: #C669F0; }
a { background-color: rgb(198,105,240); }
div.DivClassName
{
background-color: #C669F0;
}
.BgClassName
{
background-color: #C669F0;
}
</style>
border-color css
<style>
span { border-color: #C669F0; }
span { border-color: rgb(198,105,240); }
td.TdClassName
{
border-color: #C669F0;
}
.TagClassName
{
border-color: #C669F0;
}
</style>