Shades of Heliotrope #CA4DFB
Tints of Heliotrope #CA4DFB
RGB
CMYK
RGB Variations
Color information
#CA4DFB (or 0xCA4DFB) is known color: Heliotrope. HEX triplet: CA, 4D and FB. RGB value is (202,77,251). Sum of RGB (Red+Green+Blue) = 202+77+251=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA4DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4DFB is #35B204. Grayscale: #858585. Windows color (decimal): -3518981 or 16469450. OLE color: 16469450.
HSL color Cylindrical-coordinate representation of color #CA4DFB: hue angle of 283.1º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4DFB is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 77 | 251 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.02 |
| HSL | 283.1º | 0.96% | 0.64% | - |
| HSV(B) | 283.1º | 0.69% | 0.98% | - |
| XYZ | 44.42 | 24.83 | 93.72 | - |
| YUV | 134.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 251 | 0.20 | 0.69 | 0 | 0.02 | 283.1 | 0.96 | 0.64 |
| Hex | CA | 4D | FB | 14 | 45 | 0 | 2 | 11B | 60 | 40 |
| Octal | 312 | 115 | 373 | 24 | 105 | 0 | 2 | 433 | 140 | 100 |
| Binary | 11001010 | 1001101 | 11111011 | 10100 | 1000101 | 0 | 10 | 100011011 | 1100000 | 1000000 |
Color Harmonies of #CA4DFB
Complementary color
Monochromatic Colors of #CA4DFB
Black with #CA4DFB
Text Example
Text Example
White with #CA4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DFB; }
p { color: rgb(202,77,251); }
H1.HeaderClassName
{
color: #CA4DFB;
}
.AnyTagClassName
{
color: #CA4DFB;
}
</style>
background-color css
<style>
a { background-color: #CA4DFB; }
a { background-color: rgb(202,77,251); }
div.DivClassName
{
background-color: #CA4DFB;
}
.BgClassName
{
background-color: #CA4DFB;
}
</style>
border-color css
<style>
span { border-color: #CA4DFB; }
span { border-color: rgb(202,77,251); }
td.TdClassName
{
border-color: #CA4DFB;
}
.TagClassName
{
border-color: #CA4DFB;
}
</style>