Shades of Heliotrope #C665FA
Tints of Heliotrope #C665FA
RGB
CMYK
RGB Variations
Color information
#C665FA (or 0xC665FA) is known color: Heliotrope. HEX triplet: C6, 65 and FA. RGB value is (198,101,250). Sum of RGB (Red+Green+Blue) = 198+101+250=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #C665FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C665FA is #399A05. Grayscale: #929292. Windows color (decimal): -3774982 or 16410054. OLE color: 16410054.
HSL color Cylindrical-coordinate representation of color #C665FA: hue angle of 279.06º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C665FA is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 101 | 250 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.02 |
| HSL | 279.06º | 0.94% | 0.69% | - |
| HSV(B) | 279.06º | 0.6% | 0.98% | - |
| XYZ | 45.2 | 28.22 | 93.51 | - |
| YUV | 146.99 | 186.14 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 250 | 0.21 | 0.60 | 0 | 0.02 | 279.06 | 0.94 | 0.69 |
| Hex | C6 | 65 | FA | 15 | 3C | 0 | 2 | 117 | 5E | 45 |
| Octal | 306 | 145 | 372 | 25 | 74 | 0 | 2 | 427 | 136 | 105 |
| Binary | 11000110 | 1100101 | 11111010 | 10101 | 111100 | 0 | 10 | 100010111 | 1011110 | 1000101 |
Color Harmonies of #C665FA
Complementary color
Monochromatic Colors of #C665FA
Black with #C665FA
Text Example
Text Example
White with #C665FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665FA; }
p { color: rgb(198,101,250); }
H1.HeaderClassName
{
color: #C665FA;
}
.AnyTagClassName
{
color: #C665FA;
}
</style>
background-color css
<style>
a { background-color: #C665FA; }
a { background-color: rgb(198,101,250); }
div.DivClassName
{
background-color: #C665FA;
}
.BgClassName
{
background-color: #C665FA;
}
</style>
border-color css
<style>
span { border-color: #C665FA; }
span { border-color: rgb(198,101,250); }
td.TdClassName
{
border-color: #C665FA;
}
.TagClassName
{
border-color: #C665FA;
}
</style>