Shades of Heliotrope #C582FE
Tints of Heliotrope #C582FE
RGB
CMYK
RGB Variations
Color information
#C582FE (or 0xC582FE) is known color: Heliotrope. HEX triplet: C5, 82 and FE. RGB value is (197,130,254). Sum of RGB (Red+Green+Blue) = 197+130+254=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #C582FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C582FE is #3A7D01. Grayscale: #A3A3A3. Windows color (decimal): -3833090 or 16679621. OLE color: 16679621.
HSL color Cylindrical-coordinate representation of color #C582FE: hue angle of 272.42º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C582FE is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 130 | 254 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.00 |
| HSL | 272.42º | 0.98% | 0.75% | - |
| HSV(B) | 272.42º | 0.49% | 1% | - |
| XYZ | 48.9 | 34.99 | 97.94 | - |
| YUV | 164.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 254 | 0.22 | 0.49 | 0 | 0.00 | 272.42 | 0.98 | 0.75 |
| Hex | C5 | 82 | FE | 16 | 31 | 0 | 0 | 110 | 62 | 4B |
| Octal | 305 | 202 | 376 | 26 | 61 | 0 | 0 | 420 | 142 | 113 |
| Binary | 11000101 | 10000010 | 11111110 | 10110 | 110001 | 0 | 0 | 100010000 | 1100010 | 1001011 |
Color Harmonies of #C582FE
Complementary color
Monochromatic Colors of #C582FE
Black with #C582FE
Text Example
Text Example
White with #C582FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C582FE; }
p { color: rgb(197,130,254); }
H1.HeaderClassName
{
color: #C582FE;
}
.AnyTagClassName
{
color: #C582FE;
}
</style>
background-color css
<style>
a { background-color: #C582FE; }
a { background-color: rgb(197,130,254); }
div.DivClassName
{
background-color: #C582FE;
}
.BgClassName
{
background-color: #C582FE;
}
</style>
border-color css
<style>
span { border-color: #C582FE; }
span { border-color: rgb(197,130,254); }
td.TdClassName
{
border-color: #C582FE;
}
.TagClassName
{
border-color: #C582FE;
}
</style>