Shades of Heliotrope #CA7DFB
Tints of Heliotrope #CA7DFB
RGB
CMYK
RGB Variations
Color information
#CA7DFB (or 0xCA7DFB) is known color: Heliotrope. HEX triplet: CA, 7D and FB. RGB value is (202,125,251). Sum of RGB (Red+Green+Blue) = 202+125+251=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DFB is #358204. Grayscale: #A1A1A1. Windows color (decimal): -3506693 or 16481738. OLE color: 16481738.
HSL color Cylindrical-coordinate representation of color #CA7DFB: hue angle of 276.67º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7DFB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 125 | 251 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.02 |
| HSL | 276.67º | 0.94% | 0.74% | - |
| HSV(B) | 276.67º | 0.5% | 0.98% | - |
| XYZ | 49.1 | 34.19 | 95.28 | - |
| YUV | 162.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 251 | 0.20 | 0.50 | 0 | 0.02 | 276.67 | 0.94 | 0.74 |
| Hex | CA | 7D | FB | 14 | 32 | 0 | 2 | 115 | 5E | 4A |
| Octal | 312 | 175 | 373 | 24 | 62 | 0 | 2 | 425 | 136 | 112 |
| Binary | 11001010 | 1111101 | 11111011 | 10100 | 110010 | 0 | 10 | 100010101 | 1011110 | 1001010 |
Color Harmonies of #CA7DFB
Complementary color
Monochromatic Colors of #CA7DFB
Black with #CA7DFB
Text Example
Text Example
White with #CA7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DFB; }
p { color: rgb(202,125,251); }
H1.HeaderClassName
{
color: #CA7DFB;
}
.AnyTagClassName
{
color: #CA7DFB;
}
</style>
background-color css
<style>
a { background-color: #CA7DFB; }
a { background-color: rgb(202,125,251); }
div.DivClassName
{
background-color: #CA7DFB;
}
.BgClassName
{
background-color: #CA7DFB;
}
</style>
border-color css
<style>
span { border-color: #CA7DFB; }
span { border-color: rgb(202,125,251); }
td.TdClassName
{
border-color: #CA7DFB;
}
.TagClassName
{
border-color: #CA7DFB;
}
</style>