Shades of Heliotrope #CA5CFC
Tints of Heliotrope #CA5CFC
RGB
CMYK
RGB Variations
Color information
#CA5CFC (or 0xCA5CFC) is known color: Heliotrope. HEX triplet: CA, 5C and FC. RGB value is (202,92,252). Sum of RGB (Red+Green+Blue) = 202+92+252=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA5CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CFC is #35A303. Grayscale: #8E8E8E. Windows color (decimal): -3515140 or 16538826. OLE color: 16538826.
HSL color Cylindrical-coordinate representation of color #CA5CFC: hue angle of 281.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA5CFC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 92 | 252 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.01 |
| HSL | 281.25º | 0.96% | 0.67% | - |
| HSV(B) | 281.25º | 0.63% | 0.99% | - |
| XYZ | 45.75 | 27.24 | 94.94 | - |
| YUV | 143.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 252 | 0.20 | 0.63 | 0 | 0.01 | 281.25 | 0.96 | 0.67 |
| Hex | CA | 5C | FC | 14 | 3F | 0 | 1 | 119 | 60 | 43 |
| Octal | 312 | 134 | 374 | 24 | 77 | 0 | 1 | 431 | 140 | 103 |
| Binary | 11001010 | 1011100 | 11111100 | 10100 | 111111 | 0 | 1 | 100011001 | 1100000 | 1000011 |
Color Harmonies of #CA5CFC
Complementary color
Monochromatic Colors of #CA5CFC
Black with #CA5CFC
Text Example
Text Example
White with #CA5CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5CFC; }
p { color: rgb(202,92,252); }
H1.HeaderClassName
{
color: #CA5CFC;
}
.AnyTagClassName
{
color: #CA5CFC;
}
</style>
background-color css
<style>
a { background-color: #CA5CFC; }
a { background-color: rgb(202,92,252); }
div.DivClassName
{
background-color: #CA5CFC;
}
.BgClassName
{
background-color: #CA5CFC;
}
</style>
border-color css
<style>
span { border-color: #CA5CFC; }
span { border-color: rgb(202,92,252); }
td.TdClassName
{
border-color: #CA5CFC;
}
.TagClassName
{
border-color: #CA5CFC;
}
</style>