Shades of Heliotrope #CC7BEA
Tints of Heliotrope #CC7BEA
RGB
CMYK
RGB Variations
Color information
#CC7BEA (or 0xCC7BEA) is known color: Heliotrope. HEX triplet: CC, 7B and EA. RGB value is (204,123,234). Sum of RGB (Red+Green+Blue) = 204+123+234=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC7BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BEA is #338415. Grayscale: #9F9F9F. Windows color (decimal): -3376150 or 15367116. OLE color: 15367116.
HSL color Cylindrical-coordinate representation of color #CC7BEA: hue angle of 283.78º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC7BEA is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 123 | 234 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.08 |
| HSL | 283.78º | 0.73% | 0.7% | - |
| HSV(B) | 283.78º | 0.47% | 0.92% | - |
| XYZ | 46.84 | 32.94 | 81.73 | - |
| YUV | 159.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 234 | 0.13 | 0.47 | 0 | 0.08 | 283.78 | 0.73 | 0.7 |
| Hex | CC | 7B | EA | D | 2F | 0 | 8 | 11C | 49 | 46 |
| Octal | 314 | 173 | 352 | 15 | 57 | 0 | 10 | 434 | 111 | 106 |
| Binary | 11001100 | 1111011 | 11101010 | 1101 | 101111 | 0 | 1000 | 100011100 | 1001001 | 1000110 |
Color Harmonies of #CC7BEA
Complementary color
Monochromatic Colors of #CC7BEA
Black with #CC7BEA
Text Example
Text Example
White with #CC7BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BEA; }
p { color: rgb(204,123,234); }
H1.HeaderClassName
{
color: #CC7BEA;
}
.AnyTagClassName
{
color: #CC7BEA;
}
</style>
background-color css
<style>
a { background-color: #CC7BEA; }
a { background-color: rgb(204,123,234); }
div.DivClassName
{
background-color: #CC7BEA;
}
.BgClassName
{
background-color: #CC7BEA;
}
</style>
border-color css
<style>
span { border-color: #CC7BEA; }
span { border-color: rgb(204,123,234); }
td.TdClassName
{
border-color: #CC7BEA;
}
.TagClassName
{
border-color: #CC7BEA;
}
</style>