Shades of Heliotrope #CA7BF0
Tints of Heliotrope #CA7BF0
RGB
CMYK
RGB Variations
Color information
#CA7BF0 (or 0xCA7BF0) is known color: Heliotrope. HEX triplet: CA, 7B and F0. RGB value is (202,123,240). Sum of RGB (Red+Green+Blue) = 202+123+240=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA7BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BF0 is #35840F. Grayscale: #9F9F9F. Windows color (decimal): -3507216 or 15760330. OLE color: 15760330.
HSL color Cylindrical-coordinate representation of color #CA7BF0: hue angle of 280.51º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA7BF0 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 123 | 240 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.06 |
| HSL | 280.51º | 0.8% | 0.71% | - |
| HSV(B) | 280.51º | 0.49% | 0.94% | - |
| XYZ | 47.17 | 33.01 | 86.32 | - |
| YUV | 159.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 240 | 0.16 | 0.49 | 0 | 0.06 | 280.51 | 0.8 | 0.71 |
| Hex | CA | 7B | F0 | 10 | 31 | 0 | 6 | 119 | 50 | 47 |
| Octal | 312 | 173 | 360 | 20 | 61 | 0 | 6 | 431 | 120 | 107 |
| Binary | 11001010 | 1111011 | 11110000 | 10000 | 110001 | 0 | 110 | 100011001 | 1010000 | 1000111 |
Color Harmonies of #CA7BF0
Complementary color
Monochromatic Colors of #CA7BF0
Black with #CA7BF0
Text Example
Text Example
White with #CA7BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BF0; }
p { color: rgb(202,123,240); }
H1.HeaderClassName
{
color: #CA7BF0;
}
.AnyTagClassName
{
color: #CA7BF0;
}
</style>
background-color css
<style>
a { background-color: #CA7BF0; }
a { background-color: rgb(202,123,240); }
div.DivClassName
{
background-color: #CA7BF0;
}
.BgClassName
{
background-color: #CA7BF0;
}
</style>
border-color css
<style>
span { border-color: #CA7BF0; }
span { border-color: rgb(202,123,240); }
td.TdClassName
{
border-color: #CA7BF0;
}
.TagClassName
{
border-color: #CA7BF0;
}
</style>