Shades of Heliotrope #CA82FF
Tints of Heliotrope #CA82FF
RGB
CMYK
RGB Variations
Color information
#CA82FF (or 0xCA82FF) is known color: Heliotrope. HEX triplet: CA, 82 and FF. RGB value is (202,130,255). Sum of RGB (Red+Green+Blue) = 202+130+255=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA82FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA82FF is #357D00. Grayscale: #A5A5A5. Windows color (decimal): -3505409 or 16745162. OLE color: 16745162.
HSL color Cylindrical-coordinate representation of color #CA82FF: hue angle of 274.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA82FF is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 130 | 255 | - |
| CMYK | 0.21 | 0.49 | 0 | 0 |
| HSL | 274.56º | 1% | 0.75% | - |
| HSV(B) | 274.56º | 0.49% | 1% | - |
| XYZ | 50.39 | 35.74 | 98.85 | - |
| YUV | 165.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 255 | 0.21 | 0.49 | 0 | 0 | 274.56 | 1 | 0.75 |
| Hex | CA | 82 | FF | 15 | 31 | 0 | 0 | 113 | 64 | 4B |
| Octal | 312 | 202 | 377 | 25 | 61 | 0 | 0 | 423 | 144 | 113 |
| Binary | 11001010 | 10000010 | 11111111 | 10101 | 110001 | 0 | 0 | 100010011 | 1100100 | 1001011 |
Color Harmonies of #CA82FF
Complementary color
Monochromatic Colors of #CA82FF
Black with #CA82FF
Text Example
Text Example
White with #CA82FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA82FF; }
p { color: rgb(202,130,255); }
H1.HeaderClassName
{
color: #CA82FF;
}
.AnyTagClassName
{
color: #CA82FF;
}
</style>
background-color css
<style>
a { background-color: #CA82FF; }
a { background-color: rgb(202,130,255); }
div.DivClassName
{
background-color: #CA82FF;
}
.BgClassName
{
background-color: #CA82FF;
}
</style>
border-color css
<style>
span { border-color: #CA82FF; }
span { border-color: rgb(202,130,255); }
td.TdClassName
{
border-color: #CA82FF;
}
.TagClassName
{
border-color: #CA82FF;
}
</style>