Shades of Heliotrope #CA60FC
Tints of Heliotrope #CA60FC
RGB
CMYK
RGB Variations
Color information
#CA60FC (or 0xCA60FC) is known color: Heliotrope. HEX triplet: CA, 60 and FC. RGB value is (202,96,252). Sum of RGB (Red+Green+Blue) = 202+96+252=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA60FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60FC is #359F03. Grayscale: #909090. Windows color (decimal): -3514116 or 16539850. OLE color: 16539850.
HSL color Cylindrical-coordinate representation of color #CA60FC: hue angle of 280.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA60FC is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 96 | 252 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.01 |
| HSL | 280.77º | 0.96% | 0.68% | - |
| HSV(B) | 280.77º | 0.62% | 0.99% | - |
| XYZ | 46.11 | 27.95 | 95.06 | - |
| YUV | 145.48 | 188.12 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 252 | 0.20 | 0.62 | 0 | 0.01 | 280.77 | 0.96 | 0.68 |
| Hex | CA | 60 | FC | 14 | 3E | 0 | 1 | 119 | 60 | 44 |
| Octal | 312 | 140 | 374 | 24 | 76 | 0 | 1 | 431 | 140 | 104 |
| Binary | 11001010 | 1100000 | 11111100 | 10100 | 111110 | 0 | 1 | 100011001 | 1100000 | 1000100 |
Color Harmonies of #CA60FC
Complementary color
Monochromatic Colors of #CA60FC
Black with #CA60FC
Text Example
Text Example
White with #CA60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60FC; }
p { color: rgb(202,96,252); }
H1.HeaderClassName
{
color: #CA60FC;
}
.AnyTagClassName
{
color: #CA60FC;
}
</style>
background-color css
<style>
a { background-color: #CA60FC; }
a { background-color: rgb(202,96,252); }
div.DivClassName
{
background-color: #CA60FC;
}
.BgClassName
{
background-color: #CA60FC;
}
</style>
border-color css
<style>
span { border-color: #CA60FC; }
span { border-color: rgb(202,96,252); }
td.TdClassName
{
border-color: #CA60FC;
}
.TagClassName
{
border-color: #CA60FC;
}
</style>