Shades of Heliotrope #CC7EED
Tints of Heliotrope #CC7EED
RGB
CMYK
RGB Variations
Color information
#CC7EED (or 0xCC7EED) is known color: Heliotrope. HEX triplet: CC, 7E and ED. RGB value is (204,126,237). Sum of RGB (Red+Green+Blue) = 204+126+237=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC7EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7EED is #338112. Grayscale: #A1A1A1. Windows color (decimal): -3375379 or 15564492. OLE color: 15564492.
HSL color Cylindrical-coordinate representation of color #CC7EED: hue angle of 282.16º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC7EED is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 126 | 237 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.07 |
| HSL | 282.16º | 0.76% | 0.71% | - |
| HSV(B) | 282.16º | 0.47% | 0.93% | - |
| XYZ | 47.65 | 33.87 | 84.15 | - |
| YUV | 161.98 | 170.34 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 237 | 0.14 | 0.47 | 0 | 0.07 | 282.16 | 0.76 | 0.71 |
| Hex | CC | 7E | ED | E | 2F | 0 | 7 | 11A | 4C | 47 |
| Octal | 314 | 176 | 355 | 16 | 57 | 0 | 7 | 432 | 114 | 107 |
| Binary | 11001100 | 1111110 | 11101101 | 1110 | 101111 | 0 | 111 | 100011010 | 1001100 | 1000111 |
Color Harmonies of #CC7EED
Complementary color
Monochromatic Colors of #CC7EED
Black with #CC7EED
Text Example
Text Example
White with #CC7EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7EED; }
p { color: rgb(204,126,237); }
H1.HeaderClassName
{
color: #CC7EED;
}
.AnyTagClassName
{
color: #CC7EED;
}
</style>
background-color css
<style>
a { background-color: #CC7EED; }
a { background-color: rgb(204,126,237); }
div.DivClassName
{
background-color: #CC7EED;
}
.BgClassName
{
background-color: #CC7EED;
}
</style>
border-color css
<style>
span { border-color: #CC7EED; }
span { border-color: rgb(204,126,237); }
td.TdClassName
{
border-color: #CC7EED;
}
.TagClassName
{
border-color: #CC7EED;
}
</style>