Shades of Heliotrope #C585FB
Tints of Heliotrope #C585FB
RGB
CMYK
RGB Variations
Color information
#C585FB (or 0xC585FB) is known color: Heliotrope. HEX triplet: C5, 85 and FB. RGB value is (197,133,251). Sum of RGB (Red+Green+Blue) = 197+133+251=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #C585FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C585FB is #3A7A04. Grayscale: #A5A5A5. Windows color (decimal): -3832325 or 16483781. OLE color: 16483781.
HSL color Cylindrical-coordinate representation of color #C585FB: hue angle of 272.54º degrees, saturation: 0.94, 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 #C585FB is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 133 | 251 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.02 |
| HSL | 272.54º | 0.94% | 0.75% | - |
| HSV(B) | 272.54º | 0.47% | 0.98% | - |
| XYZ | 48.83 | 35.61 | 95.57 | - |
| YUV | 165.59 | 176.2 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 251 | 0.22 | 0.47 | 0 | 0.02 | 272.54 | 0.94 | 0.75 |
| Hex | C5 | 85 | FB | 16 | 2F | 0 | 2 | 111 | 5E | 4B |
| Octal | 305 | 205 | 373 | 26 | 57 | 0 | 2 | 421 | 136 | 113 |
| Binary | 11000101 | 10000101 | 11111011 | 10110 | 101111 | 0 | 10 | 100010001 | 1011110 | 1001011 |
Color Harmonies of #C585FB
Complementary color
Monochromatic Colors of #C585FB
Black with #C585FB
Text Example
Text Example
White with #C585FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585FB; }
p { color: rgb(197,133,251); }
H1.HeaderClassName
{
color: #C585FB;
}
.AnyTagClassName
{
color: #C585FB;
}
</style>
background-color css
<style>
a { background-color: #C585FB; }
a { background-color: rgb(197,133,251); }
div.DivClassName
{
background-color: #C585FB;
}
.BgClassName
{
background-color: #C585FB;
}
</style>
border-color css
<style>
span { border-color: #C585FB; }
span { border-color: rgb(197,133,251); }
td.TdClassName
{
border-color: #C585FB;
}
.TagClassName
{
border-color: #C585FB;
}
</style>