Shades of Heliotrope #CA7DF2
Tints of Heliotrope #CA7DF2
RGB
CMYK
RGB Variations
Color information
#CA7DF2 (or 0xCA7DF2) is known color: Heliotrope. HEX triplet: CA, 7D and F2. RGB value is (202,125,242). Sum of RGB (Red+Green+Blue) = 202+125+242=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DF2 is #35820D. Grayscale: #A0A0A0. Windows color (decimal): -3506702 or 15891914. OLE color: 15891914.
HSL color Cylindrical-coordinate representation of color #CA7DF2: hue angle of 279.49º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA7DF2 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 125 | 242 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.05 |
| HSL | 279.49º | 0.82% | 0.72% | - |
| HSV(B) | 279.49º | 0.48% | 0.95% | - |
| XYZ | 47.72 | 33.63 | 87.98 | - |
| YUV | 161.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 242 | 0.17 | 0.48 | 0 | 0.05 | 279.49 | 0.82 | 0.72 |
| Hex | CA | 7D | F2 | 11 | 30 | 0 | 5 | 117 | 52 | 48 |
| Octal | 312 | 175 | 362 | 21 | 60 | 0 | 5 | 427 | 122 | 110 |
| Binary | 11001010 | 1111101 | 11110010 | 10001 | 110000 | 0 | 101 | 100010111 | 1010010 | 1001000 |
Color Harmonies of #CA7DF2
Complementary color
Monochromatic Colors of #CA7DF2
Black with #CA7DF2
Text Example
Text Example
White with #CA7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DF2; }
p { color: rgb(202,125,242); }
H1.HeaderClassName
{
color: #CA7DF2;
}
.AnyTagClassName
{
color: #CA7DF2;
}
</style>
background-color css
<style>
a { background-color: #CA7DF2; }
a { background-color: rgb(202,125,242); }
div.DivClassName
{
background-color: #CA7DF2;
}
.BgClassName
{
background-color: #CA7DF2;
}
</style>
border-color css
<style>
span { border-color: #CA7DF2; }
span { border-color: rgb(202,125,242); }
td.TdClassName
{
border-color: #CA7DF2;
}
.TagClassName
{
border-color: #CA7DF2;
}
</style>