Shades of Heliotrope #CA80EE
Tints of Heliotrope #CA80EE
RGB
CMYK
RGB Variations
Color information
#CA80EE (or 0xCA80EE) is known color: Heliotrope. HEX triplet: CA, 80 and EE. RGB value is (202,128,238). Sum of RGB (Red+Green+Blue) = 202+128+238=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA80EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80EE is #357F11. Grayscale: #A2A2A2. Windows color (decimal): -3505938 or 15630538. OLE color: 15630538.
HSL color Cylindrical-coordinate representation of color #CA80EE: hue angle of 280.36º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA80EE is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 128 | 238 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.07 |
| HSL | 280.36º | 0.76% | 0.72% | - |
| HSV(B) | 280.36º | 0.46% | 0.93% | - |
| XYZ | 47.51 | 34.17 | 84.98 | - |
| YUV | 162.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 238 | 0.15 | 0.46 | 0 | 0.07 | 280.36 | 0.76 | 0.72 |
| Hex | CA | 80 | EE | F | 2E | 0 | 7 | 118 | 4C | 48 |
| Octal | 312 | 200 | 356 | 17 | 56 | 0 | 7 | 430 | 114 | 110 |
| Binary | 11001010 | 10000000 | 11101110 | 1111 | 101110 | 0 | 111 | 100011000 | 1001100 | 1001000 |
Color Harmonies of #CA80EE
Complementary color
Monochromatic Colors of #CA80EE
Black with #CA80EE
Text Example
Text Example
White with #CA80EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80EE; }
p { color: rgb(202,128,238); }
H1.HeaderClassName
{
color: #CA80EE;
}
.AnyTagClassName
{
color: #CA80EE;
}
</style>
background-color css
<style>
a { background-color: #CA80EE; }
a { background-color: rgb(202,128,238); }
div.DivClassName
{
background-color: #CA80EE;
}
.BgClassName
{
background-color: #CA80EE;
}
</style>
border-color css
<style>
span { border-color: #CA80EE; }
span { border-color: rgb(202,128,238); }
td.TdClassName
{
border-color: #CA80EE;
}
.TagClassName
{
border-color: #CA80EE;
}
</style>