Shades of Heliotrope #CA48FE
Tints of Heliotrope #CA48FE
RGB
CMYK
RGB Variations
Color information
#CA48FE (or 0xCA48FE) is known color: Heliotrope. HEX triplet: CA, 48 and FE. RGB value is (202,72,254). Sum of RGB (Red+Green+Blue) = 202+72+254=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 72 (28.52% from 255 or 13.64% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA48FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA48FE is #35B701. Grayscale: #838383. Windows color (decimal): -3520258 or 16664778. OLE color: 16664778.
HSL color Cylindrical-coordinate representation of color #CA48FE: hue angle of 282.86º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA48FE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 72 | 254 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.00 |
| HSL | 282.86º | 0.99% | 0.64% | - |
| HSV(B) | 282.86º | 0.72% | 1% | - |
| XYZ | 44.56 | 24.35 | 96.12 | - |
| YUV | 131.62 | 197.07 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 254 | 0.20 | 0.72 | 0 | 0.00 | 282.86 | 0.99 | 0.64 |
| Hex | CA | 48 | FE | 14 | 48 | 0 | 0 | 11B | 63 | 40 |
| Octal | 312 | 110 | 376 | 24 | 110 | 0 | 0 | 433 | 143 | 100 |
| Binary | 11001010 | 1001000 | 11111110 | 10100 | 1001000 | 0 | 0 | 100011011 | 1100011 | 1000000 |
Color Harmonies of #CA48FE
Complementary color
Monochromatic Colors of #CA48FE
Black with #CA48FE
Text Example
Text Example
White with #CA48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48FE; }
p { color: rgb(202,72,254); }
H1.HeaderClassName
{
color: #CA48FE;
}
.AnyTagClassName
{
color: #CA48FE;
}
</style>
background-color css
<style>
a { background-color: #CA48FE; }
a { background-color: rgb(202,72,254); }
div.DivClassName
{
background-color: #CA48FE;
}
.BgClassName
{
background-color: #CA48FE;
}
</style>
border-color css
<style>
span { border-color: #CA48FE; }
span { border-color: rgb(202,72,254); }
td.TdClassName
{
border-color: #CA48FE;
}
.TagClassName
{
border-color: #CA48FE;
}
</style>