Shades of Heliotrope #CA5FFD
Tints of Heliotrope #CA5FFD
RGB
CMYK
RGB Variations
Color information
#CA5FFD (or 0xCA5FFD) is known color: Heliotrope. HEX triplet: CA, 5F and FD. RGB value is (202,95,253). Sum of RGB (Red+Green+Blue) = 202+95+253=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA5FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5FFD is #35A002. Grayscale: #909090. Windows color (decimal): -3514371 or 16605130. OLE color: 16605130.
HSL color Cylindrical-coordinate representation of color #CA5FFD: hue angle of 280.63º 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 #CA5FFD is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 95 | 253 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.01 |
| HSL | 280.63º | 0.98% | 0.68% | - |
| HSV(B) | 280.63º | 0.62% | 0.99% | - |
| XYZ | 46.18 | 27.83 | 95.87 | - |
| YUV | 145.01 | 188.95 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 253 | 0.20 | 0.62 | 0 | 0.01 | 280.63 | 0.98 | 0.68 |
| Hex | CA | 5F | FD | 14 | 3E | 0 | 1 | 119 | 62 | 44 |
| Octal | 312 | 137 | 375 | 24 | 76 | 0 | 1 | 431 | 142 | 104 |
| Binary | 11001010 | 1011111 | 11111101 | 10100 | 111110 | 0 | 1 | 100011001 | 1100010 | 1000100 |
Color Harmonies of #CA5FFD
Complementary color
Monochromatic Colors of #CA5FFD
Black with #CA5FFD
Text Example
Text Example
White with #CA5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5FFD; }
p { color: rgb(202,95,253); }
H1.HeaderClassName
{
color: #CA5FFD;
}
.AnyTagClassName
{
color: #CA5FFD;
}
</style>
background-color css
<style>
a { background-color: #CA5FFD; }
a { background-color: rgb(202,95,253); }
div.DivClassName
{
background-color: #CA5FFD;
}
.BgClassName
{
background-color: #CA5FFD;
}
</style>
border-color css
<style>
span { border-color: #CA5FFD; }
span { border-color: rgb(202,95,253); }
td.TdClassName
{
border-color: #CA5FFD;
}
.TagClassName
{
border-color: #CA5FFD;
}
</style>