Shades of Heliotrope #C669F2
Tints of Heliotrope #C669F2
RGB
CMYK
RGB Variations
Color information
#C669F2 (or 0xC669F2) is known color: Heliotrope. HEX triplet: C6, 69 and F2. RGB value is (198,105,242). Sum of RGB (Red+Green+Blue) = 198+105+242=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #C669F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C669F2 is #39960D. Grayscale: #939393. Windows color (decimal): -3773966 or 15886790. OLE color: 15886790.
HSL color Cylindrical-coordinate representation of color #C669F2: hue angle of 280.73º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C669F2 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 105 | 242 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.05 |
| HSL | 280.73º | 0.84% | 0.68% | - |
| HSV(B) | 280.73º | 0.57% | 0.95% | - |
| XYZ | 44.37 | 28.52 | 87.17 | - |
| YUV | 148.43 | 180.81 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 242 | 0.18 | 0.57 | 0 | 0.05 | 280.73 | 0.84 | 0.68 |
| Hex | C6 | 69 | F2 | 12 | 39 | 0 | 5 | 119 | 54 | 44 |
| Octal | 306 | 151 | 362 | 22 | 71 | 0 | 5 | 431 | 124 | 104 |
| Binary | 11000110 | 1101001 | 11110010 | 10010 | 111001 | 0 | 101 | 100011001 | 1010100 | 1000100 |
Color Harmonies of #C669F2
Complementary color
Monochromatic Colors of #C669F2
Black with #C669F2
Text Example
Text Example
White with #C669F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669F2; }
p { color: rgb(198,105,242); }
H1.HeaderClassName
{
color: #C669F2;
}
.AnyTagClassName
{
color: #C669F2;
}
</style>
background-color css
<style>
a { background-color: #C669F2; }
a { background-color: rgb(198,105,242); }
div.DivClassName
{
background-color: #C669F2;
}
.BgClassName
{
background-color: #C669F2;
}
</style>
border-color css
<style>
span { border-color: #C669F2; }
span { border-color: rgb(198,105,242); }
td.TdClassName
{
border-color: #C669F2;
}
.TagClassName
{
border-color: #C669F2;
}
</style>