Shades of Heliotrope #C654FA
Tints of Heliotrope #C654FA
RGB
CMYK
RGB Variations
Color information
#C654FA (or 0xC654FA) is known color: Heliotrope. HEX triplet: C6, 54 and FA. RGB value is (198,84,250). Sum of RGB (Red+Green+Blue) = 198+84+250=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 84 (33.20% from 255 or 15.79% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #C654FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C654FA is #39AB05. Grayscale: #888888. Windows color (decimal): -3779334 or 16405702. OLE color: 16405702.
HSL color Cylindrical-coordinate representation of color #C654FA: hue angle of 281.2º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C654FA is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 84 | 250 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.02 |
| HSL | 281.2º | 0.94% | 0.65% | - |
| HSV(B) | 281.2º | 0.66% | 0.98% | - |
| XYZ | 43.71 | 25.25 | 93.01 | - |
| YUV | 137.01 | 191.77 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 250 | 0.21 | 0.66 | 0 | 0.02 | 281.2 | 0.94 | 0.65 |
| Hex | C6 | 54 | FA | 15 | 42 | 0 | 2 | 119 | 5E | 41 |
| Octal | 306 | 124 | 372 | 25 | 102 | 0 | 2 | 431 | 136 | 101 |
| Binary | 11000110 | 1010100 | 11111010 | 10101 | 1000010 | 0 | 10 | 100011001 | 1011110 | 1000001 |
Color Harmonies of #C654FA
Complementary color
Monochromatic Colors of #C654FA
Black with #C654FA
Text Example
Text Example
White with #C654FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654FA; }
p { color: rgb(198,84,250); }
H1.HeaderClassName
{
color: #C654FA;
}
.AnyTagClassName
{
color: #C654FA;
}
</style>
background-color css
<style>
a { background-color: #C654FA; }
a { background-color: rgb(198,84,250); }
div.DivClassName
{
background-color: #C654FA;
}
.BgClassName
{
background-color: #C654FA;
}
</style>
border-color css
<style>
span { border-color: #C654FA; }
span { border-color: rgb(198,84,250); }
td.TdClassName
{
border-color: #C654FA;
}
.TagClassName
{
border-color: #C654FA;
}
</style>