Shades of Heliotrope #CA82F0
Tints of Heliotrope #CA82F0
RGB
CMYK
RGB Variations
Color information
#CA82F0 (or 0xCA82F0) is known color: Heliotrope. HEX triplet: CA, 82 and F0. RGB value is (202,130,240). Sum of RGB (Red+Green+Blue) = 202+130+240=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA82F0 is #357D0F. Grayscale: #A3A3A3. Windows color (decimal): -3505424 or 15762122. OLE color: 15762122.
HSL color Cylindrical-coordinate representation of color #CA82F0: hue angle of 279.27º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA82F0 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 130 | 240 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.06 |
| HSL | 279.27º | 0.79% | 0.73% | - |
| HSV(B) | 279.27º | 0.46% | 0.94% | - |
| XYZ | 48.07 | 34.81 | 86.62 | - |
| YUV | 164.07 | 170.85 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 240 | 0.16 | 0.46 | 0 | 0.06 | 279.27 | 0.79 | 0.73 |
| Hex | CA | 82 | F0 | 10 | 2E | 0 | 6 | 117 | 4F | 49 |
| Octal | 312 | 202 | 360 | 20 | 56 | 0 | 6 | 427 | 117 | 111 |
| Binary | 11001010 | 10000010 | 11110000 | 10000 | 101110 | 0 | 110 | 100010111 | 1001111 | 1001001 |
Color Harmonies of #CA82F0
Complementary color
Monochromatic Colors of #CA82F0
Black with #CA82F0
Text Example
Text Example
White with #CA82F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA82F0; }
p { color: rgb(202,130,240); }
H1.HeaderClassName
{
color: #CA82F0;
}
.AnyTagClassName
{
color: #CA82F0;
}
</style>
background-color css
<style>
a { background-color: #CA82F0; }
a { background-color: rgb(202,130,240); }
div.DivClassName
{
background-color: #CA82F0;
}
.BgClassName
{
background-color: #CA82F0;
}
</style>
border-color css
<style>
span { border-color: #CA82F0; }
span { border-color: rgb(202,130,240); }
td.TdClassName
{
border-color: #CA82F0;
}
.TagClassName
{
border-color: #CA82F0;
}
</style>