Shades of Heliotrope #CA61FB
Tints of Heliotrope #CA61FB
RGB
CMYK
RGB Variations
Color information
#CA61FB (or 0xCA61FB) is known color: Heliotrope. HEX triplet: CA, 61 and FB. RGB value is (202,97,251). Sum of RGB (Red+Green+Blue) = 202+97+251=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 97 (38.28% from 255 or 17.64% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA61FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA61FB is #359E04. Grayscale: #919191. Windows color (decimal): -3513861 or 16474570. OLE color: 16474570.
HSL color Cylindrical-coordinate representation of color #CA61FB: hue angle of 280.91º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA61FB is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 97 | 251 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.02 |
| HSL | 280.91º | 0.95% | 0.68% | - |
| HSV(B) | 280.91º | 0.61% | 0.98% | - |
| XYZ | 46.04 | 28.07 | 94.26 | - |
| YUV | 145.95 | 187.29 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 251 | 0.20 | 0.61 | 0 | 0.02 | 280.91 | 0.95 | 0.68 |
| Hex | CA | 61 | FB | 14 | 3D | 0 | 2 | 119 | 5F | 44 |
| Octal | 312 | 141 | 373 | 24 | 75 | 0 | 2 | 431 | 137 | 104 |
| Binary | 11001010 | 1100001 | 11111011 | 10100 | 111101 | 0 | 10 | 100011001 | 1011111 | 1000100 |
Color Harmonies of #CA61FB
Complementary color
Monochromatic Colors of #CA61FB
Black with #CA61FB
Text Example
Text Example
White with #CA61FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61FB; }
p { color: rgb(202,97,251); }
H1.HeaderClassName
{
color: #CA61FB;
}
.AnyTagClassName
{
color: #CA61FB;
}
</style>
background-color css
<style>
a { background-color: #CA61FB; }
a { background-color: rgb(202,97,251); }
div.DivClassName
{
background-color: #CA61FB;
}
.BgClassName
{
background-color: #CA61FB;
}
</style>
border-color css
<style>
span { border-color: #CA61FB; }
span { border-color: rgb(202,97,251); }
td.TdClassName
{
border-color: #CA61FB;
}
.TagClassName
{
border-color: #CA61FB;
}
</style>