Shades of Heliotrope #C584FA
Tints of Heliotrope #C584FA
RGB
CMYK
RGB Variations
Color information
#C584FA (or 0xC584FA) is known color: Heliotrope. HEX triplet: C5, 84 and FA. RGB value is (197,132,250). Sum of RGB (Red+Green+Blue) = 197+132+250=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #C584FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C584FA is #3A7B05. Grayscale: #A4A4A4. Windows color (decimal): -3832582 or 16417989. OLE color: 16417989.
HSL color Cylindrical-coordinate representation of color #C584FA: hue angle of 273.05º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C584FA is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 132 | 250 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.02 |
| HSL | 273.05º | 0.92% | 0.75% | - |
| HSV(B) | 273.05º | 0.47% | 0.98% | - |
| XYZ | 48.53 | 35.27 | 94.69 | - |
| YUV | 164.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 250 | 0.21 | 0.47 | 0 | 0.02 | 273.05 | 0.92 | 0.75 |
| Hex | C5 | 84 | FA | 15 | 2F | 0 | 2 | 111 | 5C | 4B |
| Octal | 305 | 204 | 372 | 25 | 57 | 0 | 2 | 421 | 134 | 113 |
| Binary | 11000101 | 10000100 | 11111010 | 10101 | 101111 | 0 | 10 | 100010001 | 1011100 | 1001011 |
Color Harmonies of #C584FA
Complementary color
Monochromatic Colors of #C584FA
Black with #C584FA
Text Example
Text Example
White with #C584FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584FA; }
p { color: rgb(197,132,250); }
H1.HeaderClassName
{
color: #C584FA;
}
.AnyTagClassName
{
color: #C584FA;
}
</style>
background-color css
<style>
a { background-color: #C584FA; }
a { background-color: rgb(197,132,250); }
div.DivClassName
{
background-color: #C584FA;
}
.BgClassName
{
background-color: #C584FA;
}
</style>
border-color css
<style>
span { border-color: #C584FA; }
span { border-color: rgb(197,132,250); }
td.TdClassName
{
border-color: #C584FA;
}
.TagClassName
{
border-color: #C584FA;
}
</style>