Shades of Heliotrope #CC7EEF
Tints of Heliotrope #CC7EEF
RGB
CMYK
RGB Variations
Color information
#CC7EEF (or 0xCC7EEF) is known color: Heliotrope. HEX triplet: CC, 7E and EF. RGB value is (204,126,239). Sum of RGB (Red+Green+Blue) = 204+126+239=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC7EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7EEF is #338110. Grayscale: #A1A1A1. Windows color (decimal): -3375377 or 15695564. OLE color: 15695564.
HSL color Cylindrical-coordinate representation of color #CC7EEF: hue angle of 281.42º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC7EEF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 126 | 239 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.06 |
| HSL | 281.42º | 0.78% | 0.72% | - |
| HSV(B) | 281.42º | 0.47% | 0.94% | - |
| XYZ | 47.94 | 33.99 | 85.7 | - |
| YUV | 162.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 239 | 0.15 | 0.47 | 0 | 0.06 | 281.42 | 0.78 | 0.72 |
| Hex | CC | 7E | EF | F | 2F | 0 | 6 | 119 | 4E | 48 |
| Octal | 314 | 176 | 357 | 17 | 57 | 0 | 6 | 431 | 116 | 110 |
| Binary | 11001100 | 1111110 | 11101111 | 1111 | 101111 | 0 | 110 | 100011001 | 1001110 | 1001000 |
Color Harmonies of #CC7EEF
Complementary color
Monochromatic Colors of #CC7EEF
Black with #CC7EEF
Text Example
Text Example
White with #CC7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7EEF; }
p { color: rgb(204,126,239); }
H1.HeaderClassName
{
color: #CC7EEF;
}
.AnyTagClassName
{
color: #CC7EEF;
}
</style>
background-color css
<style>
a { background-color: #CC7EEF; }
a { background-color: rgb(204,126,239); }
div.DivClassName
{
background-color: #CC7EEF;
}
.BgClassName
{
background-color: #CC7EEF;
}
</style>
border-color css
<style>
span { border-color: #CC7EEF; }
span { border-color: rgb(204,126,239); }
td.TdClassName
{
border-color: #CC7EEF;
}
.TagClassName
{
border-color: #CC7EEF;
}
</style>