Shades of Heliotrope #CA7BF9
Tints of Heliotrope #CA7BF9
RGB
CMYK
RGB Variations
Color information
#CA7BF9 (or 0xCA7BF9) is known color: Heliotrope. HEX triplet: CA, 7B and F9. RGB value is (202,123,249). Sum of RGB (Red+Green+Blue) = 202+123+249=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA7BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BF9 is #358406. Grayscale: #A0A0A0. Windows color (decimal): -3507207 or 16350154. OLE color: 16350154.
HSL color Cylindrical-coordinate representation of color #CA7BF9: hue angle of 277.62º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7BF9 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 123 | 249 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.02 |
| HSL | 277.62º | 0.91% | 0.73% | - |
| HSV(B) | 277.62º | 0.51% | 0.98% | - |
| XYZ | 48.54 | 33.56 | 93.54 | - |
| YUV | 160.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 249 | 0.19 | 0.51 | 0 | 0.02 | 277.62 | 0.91 | 0.73 |
| Hex | CA | 7B | F9 | 13 | 33 | 0 | 2 | 116 | 5B | 49 |
| Octal | 312 | 173 | 371 | 23 | 63 | 0 | 2 | 426 | 133 | 111 |
| Binary | 11001010 | 1111011 | 11111001 | 10011 | 110011 | 0 | 10 | 100010110 | 1011011 | 1001001 |
Color Harmonies of #CA7BF9
Complementary color
Monochromatic Colors of #CA7BF9
Black with #CA7BF9
Text Example
Text Example
White with #CA7BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BF9; }
p { color: rgb(202,123,249); }
H1.HeaderClassName
{
color: #CA7BF9;
}
.AnyTagClassName
{
color: #CA7BF9;
}
</style>
background-color css
<style>
a { background-color: #CA7BF9; }
a { background-color: rgb(202,123,249); }
div.DivClassName
{
background-color: #CA7BF9;
}
.BgClassName
{
background-color: #CA7BF9;
}
</style>
border-color css
<style>
span { border-color: #CA7BF9; }
span { border-color: rgb(202,123,249); }
td.TdClassName
{
border-color: #CA7BF9;
}
.TagClassName
{
border-color: #CA7BF9;
}
</style>