Shades of Heliotrope #C580FE
Tints of Heliotrope #C580FE
RGB
CMYK
RGB Variations
Color information
#C580FE (or 0xC580FE) is known color: Heliotrope. HEX triplet: C5, 80 and FE. RGB value is (197,128,254). Sum of RGB (Red+Green+Blue) = 197+128+254=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #C580FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C580FE is #3A7F01. Grayscale: #A2A2A2. Windows color (decimal): -3833602 or 16679109. OLE color: 16679109.
HSL color Cylindrical-coordinate representation of color #C580FE: hue angle of 272.86º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C580FE is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 128 | 254 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.00 |
| HSL | 272.86º | 0.98% | 0.75% | - |
| HSV(B) | 272.86º | 0.5% | 1% | - |
| XYZ | 48.63 | 34.46 | 97.85 | - |
| YUV | 163 | 179.36 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 254 | 0.22 | 0.50 | 0 | 0.00 | 272.86 | 0.98 | 0.75 |
| Hex | C5 | 80 | FE | 16 | 32 | 0 | 0 | 111 | 62 | 4B |
| Octal | 305 | 200 | 376 | 26 | 62 | 0 | 0 | 421 | 142 | 113 |
| Binary | 11000101 | 10000000 | 11111110 | 10110 | 110010 | 0 | 0 | 100010001 | 1100010 | 1001011 |
Color Harmonies of #C580FE
Complementary color
Monochromatic Colors of #C580FE
Black with #C580FE
Text Example
Text Example
White with #C580FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C580FE; }
p { color: rgb(197,128,254); }
H1.HeaderClassName
{
color: #C580FE;
}
.AnyTagClassName
{
color: #C580FE;
}
</style>
background-color css
<style>
a { background-color: #C580FE; }
a { background-color: rgb(197,128,254); }
div.DivClassName
{
background-color: #C580FE;
}
.BgClassName
{
background-color: #C580FE;
}
</style>
border-color css
<style>
span { border-color: #C580FE; }
span { border-color: rgb(197,128,254); }
td.TdClassName
{
border-color: #C580FE;
}
.TagClassName
{
border-color: #C580FE;
}
</style>