Shades of Heliotrope #CC7BE6
Tints of Heliotrope #CC7BE6
RGB
CMYK
RGB Variations
Color information
#CC7BE6 (or 0xCC7BE6) is known color: Heliotrope. HEX triplet: CC, 7B and E6. RGB value is (204,123,230). Sum of RGB (Red+Green+Blue) = 204+123+230=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC7BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BE6 is #338419. Grayscale: #9F9F9F. Windows color (decimal): -3376154 or 15104972. OLE color: 15104972.
HSL color Cylindrical-coordinate representation of color #CC7BE6: hue angle of 285.42º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC7BE6 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 123 | 230 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.10 |
| HSL | 285.42º | 0.68% | 0.69% | - |
| HSV(B) | 285.42º | 0.47% | 0.9% | - |
| XYZ | 46.27 | 32.72 | 78.74 | - |
| YUV | 159.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 230 | 0.11 | 0.47 | 0 | 0.10 | 285.42 | 0.68 | 0.69 |
| Hex | CC | 7B | E6 | B | 2F | 0 | A | 11D | 44 | 45 |
| Octal | 314 | 173 | 346 | 13 | 57 | 0 | 12 | 435 | 104 | 105 |
| Binary | 11001100 | 1111011 | 11100110 | 1011 | 101111 | 0 | 1010 | 100011101 | 1000100 | 1000101 |
Color Harmonies of #CC7BE6
Complementary color
Monochromatic Colors of #CC7BE6
Black with #CC7BE6
Text Example
Text Example
White with #CC7BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BE6; }
p { color: rgb(204,123,230); }
H1.HeaderClassName
{
color: #CC7BE6;
}
.AnyTagClassName
{
color: #CC7BE6;
}
</style>
background-color css
<style>
a { background-color: #CC7BE6; }
a { background-color: rgb(204,123,230); }
div.DivClassName
{
background-color: #CC7BE6;
}
.BgClassName
{
background-color: #CC7BE6;
}
</style>
border-color css
<style>
span { border-color: #CC7BE6; }
span { border-color: rgb(204,123,230); }
td.TdClassName
{
border-color: #CC7BE6;
}
.TagClassName
{
border-color: #CC7BE6;
}
</style>