Shades of Heliotrope #CA5CFD
Tints of Heliotrope #CA5CFD
RGB
CMYK
RGB Variations
Color information
#CA5CFD (or 0xCA5CFD) is known color: Heliotrope. HEX triplet: CA, 5C and FD. RGB value is (202,92,253). Sum of RGB (Red+Green+Blue) = 202+92+253=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA5CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CFD is #35A302. Grayscale: #8E8E8E. Windows color (decimal): -3515139 or 16604362. OLE color: 16604362.
HSL color Cylindrical-coordinate representation of color #CA5CFD: hue angle of 280.99º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5CFD is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 92 | 253 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.01 |
| HSL | 280.99º | 0.98% | 0.68% | - |
| HSV(B) | 280.99º | 0.64% | 0.99% | - |
| XYZ | 45.91 | 27.3 | 95.78 | - |
| YUV | 143.24 | 189.94 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 253 | 0.20 | 0.64 | 0 | 0.01 | 280.99 | 0.98 | 0.68 |
| Hex | CA | 5C | FD | 14 | 40 | 0 | 1 | 119 | 62 | 44 |
| Octal | 312 | 134 | 375 | 24 | 100 | 0 | 1 | 431 | 142 | 104 |
| Binary | 11001010 | 1011100 | 11111101 | 10100 | 1000000 | 0 | 1 | 100011001 | 1100010 | 1000100 |
Color Harmonies of #CA5CFD
Complementary color
Monochromatic Colors of #CA5CFD
Black with #CA5CFD
Text Example
Text Example
White with #CA5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5CFD; }
p { color: rgb(202,92,253); }
H1.HeaderClassName
{
color: #CA5CFD;
}
.AnyTagClassName
{
color: #CA5CFD;
}
</style>
background-color css
<style>
a { background-color: #CA5CFD; }
a { background-color: rgb(202,92,253); }
div.DivClassName
{
background-color: #CA5CFD;
}
.BgClassName
{
background-color: #CA5CFD;
}
</style>
border-color css
<style>
span { border-color: #CA5CFD; }
span { border-color: rgb(202,92,253); }
td.TdClassName
{
border-color: #CA5CFD;
}
.TagClassName
{
border-color: #CA5CFD;
}
</style>