Shades of Heliotrope #CC7EE5
Tints of Heliotrope #CC7EE5
RGB
CMYK
RGB Variations
Color information
#CC7EE5 (or 0xCC7EE5) is known color: Heliotrope. HEX triplet: CC, 7E and E5. RGB value is (204,126,229). Sum of RGB (Red+Green+Blue) = 204+126+229=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC7EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EE5 is #33811A. Grayscale: #A0A0A0. Windows color (decimal): -3375387 or 15040204. OLE color: 15040204.
HSL color Cylindrical-coordinate representation of color #CC7EE5: hue angle of 285.44º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7EE5 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 126 | 229 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.10 |
| HSL | 285.44º | 0.66% | 0.7% | - |
| HSV(B) | 285.44º | 0.45% | 0.9% | - |
| XYZ | 46.51 | 33.42 | 78.13 | - |
| YUV | 161.06 | 166.34 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 229 | 0.11 | 0.45 | 0 | 0.10 | 285.44 | 0.66 | 0.7 |
| Hex | CC | 7E | E5 | B | 2D | 0 | A | 11D | 42 | 46 |
| Octal | 314 | 176 | 345 | 13 | 55 | 0 | 12 | 435 | 102 | 106 |
| Binary | 11001100 | 1111110 | 11100101 | 1011 | 101101 | 0 | 1010 | 100011101 | 1000010 | 1000110 |
Color Harmonies of #CC7EE5
Complementary color
Monochromatic Colors of #CC7EE5
Black with #CC7EE5
Text Example
Text Example
White with #CC7EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7EE5; }
p { color: rgb(204,126,229); }
H1.HeaderClassName
{
color: #CC7EE5;
}
.AnyTagClassName
{
color: #CC7EE5;
}
</style>
background-color css
<style>
a { background-color: #CC7EE5; }
a { background-color: rgb(204,126,229); }
div.DivClassName
{
background-color: #CC7EE5;
}
.BgClassName
{
background-color: #CC7EE5;
}
</style>
border-color css
<style>
span { border-color: #CC7EE5; }
span { border-color: rgb(204,126,229); }
td.TdClassName
{
border-color: #CC7EE5;
}
.TagClassName
{
border-color: #CC7EE5;
}
</style>