Shades of Heliotrope #CA77E8
Tints of Heliotrope #CA77E8
RGB
CMYK
RGB Variations
Color information
#CA77E8 (or 0xCA77E8) is known color: Heliotrope. HEX triplet: CA, 77 and E8. RGB value is (202,119,232). Sum of RGB (Red+Green+Blue) = 202+119+232=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA77E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77E8 is #358817. Grayscale: #9C9C9C. Windows color (decimal): -3508248 or 15235018. OLE color: 15235018.
HSL color Cylindrical-coordinate representation of color #CA77E8: hue angle of 284.07º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA77E8 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 119 | 232 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.09 |
| HSL | 284.07º | 0.71% | 0.69% | - |
| HSV(B) | 284.07º | 0.49% | 0.91% | - |
| XYZ | 45.52 | 31.58 | 80.04 | - |
| YUV | 156.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 232 | 0.13 | 0.49 | 0 | 0.09 | 284.07 | 0.71 | 0.69 |
| Hex | CA | 77 | E8 | D | 31 | 0 | 9 | 11C | 47 | 45 |
| Octal | 312 | 167 | 350 | 15 | 61 | 0 | 11 | 434 | 107 | 105 |
| Binary | 11001010 | 1110111 | 11101000 | 1101 | 110001 | 0 | 1001 | 100011100 | 1000111 | 1000101 |
Color Harmonies of #CA77E8
Complementary color
Monochromatic Colors of #CA77E8
Black with #CA77E8
Text Example
Text Example
White with #CA77E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77E8; }
p { color: rgb(202,119,232); }
H1.HeaderClassName
{
color: #CA77E8;
}
.AnyTagClassName
{
color: #CA77E8;
}
</style>
background-color css
<style>
a { background-color: #CA77E8; }
a { background-color: rgb(202,119,232); }
div.DivClassName
{
background-color: #CA77E8;
}
.BgClassName
{
background-color: #CA77E8;
}
</style>
border-color css
<style>
span { border-color: #CA77E8; }
span { border-color: rgb(202,119,232); }
td.TdClassName
{
border-color: #CA77E8;
}
.TagClassName
{
border-color: #CA77E8;
}
</style>