Shades of Heliotrope #CC7FE9
Tints of Heliotrope #CC7FE9
RGB
CMYK
RGB Variations
Color information
#CC7FE9 (or 0xCC7FE9) is known color: Heliotrope. HEX triplet: CC, 7F and E9. RGB value is (204,127,233). Sum of RGB (Red+Green+Blue) = 204+127+233=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC7FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FE9 is #338016. Grayscale: #A1A1A1. Windows color (decimal): -3375127 or 15302604. OLE color: 15302604.
HSL color Cylindrical-coordinate representation of color #CC7FE9: hue angle of 283.58º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7FE9 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 127 | 233 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.09 |
| HSL | 283.58º | 0.71% | 0.71% | - |
| HSV(B) | 283.58º | 0.45% | 0.91% | - |
| XYZ | 47.2 | 33.9 | 81.15 | - |
| YUV | 162.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 233 | 0.12 | 0.45 | 0 | 0.09 | 283.58 | 0.71 | 0.71 |
| Hex | CC | 7F | E9 | C | 2D | 0 | 9 | 11C | 47 | 47 |
| Octal | 314 | 177 | 351 | 14 | 55 | 0 | 11 | 434 | 107 | 107 |
| Binary | 11001100 | 1111111 | 11101001 | 1100 | 101101 | 0 | 1001 | 100011100 | 1000111 | 1000111 |
Color Harmonies of #CC7FE9
Complementary color
Monochromatic Colors of #CC7FE9
Black with #CC7FE9
Text Example
Text Example
White with #CC7FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7FE9; }
p { color: rgb(204,127,233); }
H1.HeaderClassName
{
color: #CC7FE9;
}
.AnyTagClassName
{
color: #CC7FE9;
}
</style>
background-color css
<style>
a { background-color: #CC7FE9; }
a { background-color: rgb(204,127,233); }
div.DivClassName
{
background-color: #CC7FE9;
}
.BgClassName
{
background-color: #CC7FE9;
}
</style>
border-color css
<style>
span { border-color: #CC7FE9; }
span { border-color: rgb(204,127,233); }
td.TdClassName
{
border-color: #CC7FE9;
}
.TagClassName
{
border-color: #CC7FE9;
}
</style>