Shades of Heliotrope #CA60FD
Tints of Heliotrope #CA60FD
RGB
CMYK
RGB Variations
Color information
#CA60FD (or 0xCA60FD) is known color: Heliotrope. HEX triplet: CA, 60 and FD. RGB value is (202,96,253). Sum of RGB (Red+Green+Blue) = 202+96+253=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60FD is #359F02. Grayscale: #919191. Windows color (decimal): -3514115 or 16605386. OLE color: 16605386.
HSL color Cylindrical-coordinate representation of color #CA60FD: hue angle of 280.51º degrees, saturation: 0.98, 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 #CA60FD is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 96 | 253 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.01 |
| HSL | 280.51º | 0.98% | 0.68% | - |
| HSV(B) | 280.51º | 0.62% | 0.99% | - |
| XYZ | 46.27 | 28.01 | 95.9 | - |
| YUV | 145.59 | 188.62 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 253 | 0.20 | 0.62 | 0 | 0.01 | 280.51 | 0.98 | 0.68 |
| Hex | CA | 60 | FD | 14 | 3E | 0 | 1 | 119 | 62 | 44 |
| Octal | 312 | 140 | 375 | 24 | 76 | 0 | 1 | 431 | 142 | 104 |
| Binary | 11001010 | 1100000 | 11111101 | 10100 | 111110 | 0 | 1 | 100011001 | 1100010 | 1000100 |
Color Harmonies of #CA60FD
Complementary color
Monochromatic Colors of #CA60FD
Black with #CA60FD
Text Example
Text Example
White with #CA60FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60FD; }
p { color: rgb(202,96,253); }
H1.HeaderClassName
{
color: #CA60FD;
}
.AnyTagClassName
{
color: #CA60FD;
}
</style>
background-color css
<style>
a { background-color: #CA60FD; }
a { background-color: rgb(202,96,253); }
div.DivClassName
{
background-color: #CA60FD;
}
.BgClassName
{
background-color: #CA60FD;
}
</style>
border-color css
<style>
span { border-color: #CA60FD; }
span { border-color: rgb(202,96,253); }
td.TdClassName
{
border-color: #CA60FD;
}
.TagClassName
{
border-color: #CA60FD;
}
</style>