Shades of Heliotrope #CA5BFD
Tints of Heliotrope #CA5BFD
RGB
CMYK
RGB Variations
Color information
#CA5BFD (or 0xCA5BFD) is known color: Heliotrope. HEX triplet: CA, 5B and FD. RGB value is (202,91,253). Sum of RGB (Red+Green+Blue) = 202+91+253=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 91 (35.94% from 255 or 16.67% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA5BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5BFD is #35A402. Grayscale: #8E8E8E. Windows color (decimal): -3515395 or 16604106. OLE color: 16604106.
HSL color Cylindrical-coordinate representation of color #CA5BFD: hue angle of 281.11º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5BFD is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 91 | 253 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.01 |
| HSL | 281.11º | 0.98% | 0.67% | - |
| HSV(B) | 281.11º | 0.64% | 0.99% | - |
| XYZ | 45.83 | 27.13 | 95.75 | - |
| YUV | 142.66 | 190.27 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 253 | 0.20 | 0.64 | 0 | 0.01 | 281.11 | 0.98 | 0.67 |
| Hex | CA | 5B | FD | 14 | 40 | 0 | 1 | 119 | 62 | 43 |
| Octal | 312 | 133 | 375 | 24 | 100 | 0 | 1 | 431 | 142 | 103 |
| Binary | 11001010 | 1011011 | 11111101 | 10100 | 1000000 | 0 | 1 | 100011001 | 1100010 | 1000011 |
Color Harmonies of #CA5BFD
Complementary color
Monochromatic Colors of #CA5BFD
Black with #CA5BFD
Text Example
Text Example
White with #CA5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5BFD; }
p { color: rgb(202,91,253); }
H1.HeaderClassName
{
color: #CA5BFD;
}
.AnyTagClassName
{
color: #CA5BFD;
}
</style>
background-color css
<style>
a { background-color: #CA5BFD; }
a { background-color: rgb(202,91,253); }
div.DivClassName
{
background-color: #CA5BFD;
}
.BgClassName
{
background-color: #CA5BFD;
}
</style>
border-color css
<style>
span { border-color: #CA5BFD; }
span { border-color: rgb(202,91,253); }
td.TdClassName
{
border-color: #CA5BFD;
}
.TagClassName
{
border-color: #CA5BFD;
}
</style>