Shades of Heliotrope #C580FB
Tints of Heliotrope #C580FB
RGB
CMYK
RGB Variations
Color information
#C580FB (or 0xC580FB) is known color: Heliotrope. HEX triplet: C5, 80 and FB. RGB value is (197,128,251). Sum of RGB (Red+Green+Blue) = 197+128+251=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #C580FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C580FB is #3A7F04. Grayscale: #A2A2A2. Windows color (decimal): -3833605 or 16482501. OLE color: 16482501.
HSL color Cylindrical-coordinate representation of color #C580FB: hue angle of 273.66º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C580FB is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 128 | 251 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.02 |
| HSL | 273.66º | 0.94% | 0.74% | - |
| HSV(B) | 273.66º | 0.49% | 0.98% | - |
| XYZ | 48.16 | 34.27 | 95.34 | - |
| YUV | 162.65 | 177.86 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 251 | 0.22 | 0.49 | 0 | 0.02 | 273.66 | 0.94 | 0.74 |
| Hex | C5 | 80 | FB | 16 | 31 | 0 | 2 | 112 | 5E | 4A |
| Octal | 305 | 200 | 373 | 26 | 61 | 0 | 2 | 422 | 136 | 112 |
| Binary | 11000101 | 10000000 | 11111011 | 10110 | 110001 | 0 | 10 | 100010010 | 1011110 | 1001010 |
Color Harmonies of #C580FB
Complementary color
Monochromatic Colors of #C580FB
Black with #C580FB
Text Example
Text Example
White with #C580FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C580FB; }
p { color: rgb(197,128,251); }
H1.HeaderClassName
{
color: #C580FB;
}
.AnyTagClassName
{
color: #C580FB;
}
</style>
background-color css
<style>
a { background-color: #C580FB; }
a { background-color: rgb(197,128,251); }
div.DivClassName
{
background-color: #C580FB;
}
.BgClassName
{
background-color: #C580FB;
}
</style>
border-color css
<style>
span { border-color: #C580FB; }
span { border-color: rgb(197,128,251); }
td.TdClassName
{
border-color: #C580FB;
}
.TagClassName
{
border-color: #C580FB;
}
</style>