Shades of Heliotrope #CC77EA
Tints of Heliotrope #CC77EA
RGB
CMYK
RGB Variations
Color information
#CC77EA (or 0xCC77EA) is known color: Heliotrope. HEX triplet: CC, 77 and EA. RGB value is (204,119,234). Sum of RGB (Red+Green+Blue) = 204+119+234=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC77EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77EA is #338815. Grayscale: #9D9D9D. Windows color (decimal): -3377174 or 15366092. OLE color: 15366092.
HSL color Cylindrical-coordinate representation of color #CC77EA: hue angle of 284.35º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC77EA is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 119 | 234 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.08 |
| HSL | 284.35º | 0.73% | 0.69% | - |
| HSV(B) | 284.35º | 0.49% | 0.92% | - |
| XYZ | 46.35 | 31.97 | 81.57 | - |
| YUV | 157.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 234 | 0.13 | 0.49 | 0 | 0.08 | 284.35 | 0.73 | 0.69 |
| Hex | CC | 77 | EA | D | 31 | 0 | 8 | 11C | 49 | 45 |
| Octal | 314 | 167 | 352 | 15 | 61 | 0 | 10 | 434 | 111 | 105 |
| Binary | 11001100 | 1110111 | 11101010 | 1101 | 110001 | 0 | 1000 | 100011100 | 1001001 | 1000101 |
Color Harmonies of #CC77EA
Complementary color
Monochromatic Colors of #CC77EA
Black with #CC77EA
Text Example
Text Example
White with #CC77EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC77EA; }
p { color: rgb(204,119,234); }
H1.HeaderClassName
{
color: #CC77EA;
}
.AnyTagClassName
{
color: #CC77EA;
}
</style>
background-color css
<style>
a { background-color: #CC77EA; }
a { background-color: rgb(204,119,234); }
div.DivClassName
{
background-color: #CC77EA;
}
.BgClassName
{
background-color: #CC77EA;
}
</style>
border-color css
<style>
span { border-color: #CC77EA; }
span { border-color: rgb(204,119,234); }
td.TdClassName
{
border-color: #CC77EA;
}
.TagClassName
{
border-color: #CC77EA;
}
</style>