Shades of Heliotrope #CA48FF
Tints of Heliotrope #CA48FF
RGB
CMYK
RGB Variations
Color information
#CA48FF (or 0xCA48FF) is known color: Heliotrope. HEX triplet: CA, 48 and FF. RGB value is (202,72,255). Sum of RGB (Red+Green+Blue) = 202+72+255=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 72 (28.52% from 255 or 13.61% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA48FF is #35B700. Grayscale: #838383. Windows color (decimal): -3520257 or 16730314. OLE color: 16730314.
HSL color Cylindrical-coordinate representation of color #CA48FF: hue angle of 282.62º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA48FF is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 72 | 255 | - |
| CMYK | 0.21 | 0.72 | 0 | 0 |
| HSL | 282.62º | 1% | 0.64% | - |
| HSV(B) | 282.62º | 0.72% | 1% | - |
| XYZ | 44.72 | 24.41 | 96.96 | - |
| YUV | 131.73 | 197.57 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 255 | 0.21 | 0.72 | 0 | 0 | 282.62 | 1 | 0.64 |
| Hex | CA | 48 | FF | 15 | 48 | 0 | 0 | 11B | 64 | 40 |
| Octal | 312 | 110 | 377 | 25 | 110 | 0 | 0 | 433 | 144 | 100 |
| Binary | 11001010 | 1001000 | 11111111 | 10101 | 1001000 | 0 | 0 | 100011011 | 1100100 | 1000000 |
Color Harmonies of #CA48FF
Complementary color
Monochromatic Colors of #CA48FF
Black with #CA48FF
Text Example
Text Example
White with #CA48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48FF; }
p { color: rgb(202,72,255); }
H1.HeaderClassName
{
color: #CA48FF;
}
.AnyTagClassName
{
color: #CA48FF;
}
</style>
background-color css
<style>
a { background-color: #CA48FF; }
a { background-color: rgb(202,72,255); }
div.DivClassName
{
background-color: #CA48FF;
}
.BgClassName
{
background-color: #CA48FF;
}
</style>
border-color css
<style>
span { border-color: #CA48FF; }
span { border-color: rgb(202,72,255); }
td.TdClassName
{
border-color: #CA48FF;
}
.TagClassName
{
border-color: #CA48FF;
}
</style>