Shades of Heliotrope #C663F2
Tints of Heliotrope #C663F2
RGB
CMYK
RGB Variations
Color information
#C663F2 (or 0xC663F2) is known color: Heliotrope. HEX triplet: C6, 63 and F2. RGB value is (198,99,242). Sum of RGB (Red+Green+Blue) = 198+99+242=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #C663F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C663F2 is #399C0D. Grayscale: #909090. Windows color (decimal): -3775502 or 15885254. OLE color: 15885254.
HSL color Cylindrical-coordinate representation of color #C663F2: hue angle of 281.54º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C663F2 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 99 | 242 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.05 |
| HSL | 281.54º | 0.85% | 0.67% | - |
| HSV(B) | 281.54º | 0.59% | 0.95% | - |
| XYZ | 43.78 | 27.34 | 86.97 | - |
| YUV | 144.9 | 182.8 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 242 | 0.18 | 0.59 | 0 | 0.05 | 281.54 | 0.85 | 0.67 |
| Hex | C6 | 63 | F2 | 12 | 3B | 0 | 5 | 11A | 55 | 43 |
| Octal | 306 | 143 | 362 | 22 | 73 | 0 | 5 | 432 | 125 | 103 |
| Binary | 11000110 | 1100011 | 11110010 | 10010 | 111011 | 0 | 101 | 100011010 | 1010101 | 1000011 |
Color Harmonies of #C663F2
Complementary color
Monochromatic Colors of #C663F2
Black with #C663F2
Text Example
Text Example
White with #C663F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663F2; }
p { color: rgb(198,99,242); }
H1.HeaderClassName
{
color: #C663F2;
}
.AnyTagClassName
{
color: #C663F2;
}
</style>
background-color css
<style>
a { background-color: #C663F2; }
a { background-color: rgb(198,99,242); }
div.DivClassName
{
background-color: #C663F2;
}
.BgClassName
{
background-color: #C663F2;
}
</style>
border-color css
<style>
span { border-color: #C663F2; }
span { border-color: rgb(198,99,242); }
td.TdClassName
{
border-color: #C663F2;
}
.TagClassName
{
border-color: #C663F2;
}
</style>