Shades of Heliotrope #C564FB
Tints of Heliotrope #C564FB
RGB
CMYK
RGB Variations
Color information
#C564FB (or 0xC564FB) is known color: Heliotrope. HEX triplet: C5, 64 and FB. RGB value is (197,100,251). Sum of RGB (Red+Green+Blue) = 197+100+251=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #C564FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C564FB is #3A9B04. Grayscale: #919191. Windows color (decimal): -3840773 or 16475333. OLE color: 16475333.
HSL color Cylindrical-coordinate representation of color #C564FB: hue angle of 278.54º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C564FB is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 100 | 251 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.02 |
| HSL | 278.54º | 0.95% | 0.69% | - |
| HSV(B) | 278.54º | 0.6% | 0.98% | - |
| XYZ | 45 | 27.95 | 94.29 | - |
| YUV | 146.22 | 187.14 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 251 | 0.22 | 0.60 | 0 | 0.02 | 278.54 | 0.95 | 0.69 |
| Hex | C5 | 64 | FB | 16 | 3C | 0 | 2 | 117 | 5F | 45 |
| Octal | 305 | 144 | 373 | 26 | 74 | 0 | 2 | 427 | 137 | 105 |
| Binary | 11000101 | 1100100 | 11111011 | 10110 | 111100 | 0 | 10 | 100010111 | 1011111 | 1000101 |
Color Harmonies of #C564FB
Complementary color
Monochromatic Colors of #C564FB
Black with #C564FB
Text Example
Text Example
White with #C564FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564FB; }
p { color: rgb(197,100,251); }
H1.HeaderClassName
{
color: #C564FB;
}
.AnyTagClassName
{
color: #C564FB;
}
</style>
background-color css
<style>
a { background-color: #C564FB; }
a { background-color: rgb(197,100,251); }
div.DivClassName
{
background-color: #C564FB;
}
.BgClassName
{
background-color: #C564FB;
}
</style>
border-color css
<style>
span { border-color: #C564FB; }
span { border-color: rgb(197,100,251); }
td.TdClassName
{
border-color: #C564FB;
}
.TagClassName
{
border-color: #C564FB;
}
</style>