Shades of Heliotrope #CA69F0
Tints of Heliotrope #CA69F0
RGB
CMYK
RGB Variations
Color information
#CA69F0 (or 0xCA69F0) is known color: Heliotrope. HEX triplet: CA, 69 and F0. RGB value is (202,105,240). Sum of RGB (Red+Green+Blue) = 202+105+240=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA69F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA69F0 is #35960F. Grayscale: #949494. Windows color (decimal): -3511824 or 15755722. OLE color: 15755722.
HSL color Cylindrical-coordinate representation of color #CA69F0: hue angle of 283.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA69F0 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 105 | 240 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.06 |
| HSL | 283.11º | 0.82% | 0.68% | - |
| HSV(B) | 283.11º | 0.56% | 0.94% | - |
| XYZ | 45.14 | 28.95 | 85.65 | - |
| YUV | 149.39 | 179.14 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 240 | 0.16 | 0.56 | 0 | 0.06 | 283.11 | 0.82 | 0.68 |
| Hex | CA | 69 | F0 | 10 | 38 | 0 | 6 | 11B | 52 | 44 |
| Octal | 312 | 151 | 360 | 20 | 70 | 0 | 6 | 433 | 122 | 104 |
| Binary | 11001010 | 1101001 | 11110000 | 10000 | 111000 | 0 | 110 | 100011011 | 1010010 | 1000100 |
Color Harmonies of #CA69F0
Complementary color
Monochromatic Colors of #CA69F0
Black with #CA69F0
Text Example
Text Example
White with #CA69F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA69F0; }
p { color: rgb(202,105,240); }
H1.HeaderClassName
{
color: #CA69F0;
}
.AnyTagClassName
{
color: #CA69F0;
}
</style>
background-color css
<style>
a { background-color: #CA69F0; }
a { background-color: rgb(202,105,240); }
div.DivClassName
{
background-color: #CA69F0;
}
.BgClassName
{
background-color: #CA69F0;
}
</style>
border-color css
<style>
span { border-color: #CA69F0; }
span { border-color: rgb(202,105,240); }
td.TdClassName
{
border-color: #CA69F0;
}
.TagClassName
{
border-color: #CA69F0;
}
</style>