Shades of Heliotrope #CC7DEA
Tints of Heliotrope #CC7DEA
RGB
CMYK
RGB Variations
Color information
#CC7DEA (or 0xCC7DEA) is known color: Heliotrope. HEX triplet: CC, 7D and EA. RGB value is (204,125,234). Sum of RGB (Red+Green+Blue) = 204+125+234=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC7DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7DEA is #338215. Grayscale: #A0A0A0. Windows color (decimal): -3375638 or 15367628. OLE color: 15367628.
HSL color Cylindrical-coordinate representation of color #CC7DEA: hue angle of 283.49º degrees, saturation: 0.72, 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 #CC7DEA is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 125 | 234 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.08 |
| HSL | 283.49º | 0.72% | 0.7% | - |
| HSV(B) | 283.49º | 0.47% | 0.92% | - |
| XYZ | 47.09 | 33.45 | 81.82 | - |
| YUV | 161.05 | 169.17 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 234 | 0.13 | 0.47 | 0 | 0.08 | 283.49 | 0.72 | 0.7 |
| Hex | CC | 7D | EA | D | 2F | 0 | 8 | 11B | 48 | 46 |
| Octal | 314 | 175 | 352 | 15 | 57 | 0 | 10 | 433 | 110 | 106 |
| Binary | 11001100 | 1111101 | 11101010 | 1101 | 101111 | 0 | 1000 | 100011011 | 1001000 | 1000110 |
Color Harmonies of #CC7DEA
Complementary color
Monochromatic Colors of #CC7DEA
Black with #CC7DEA
Text Example
Text Example
White with #CC7DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DEA; }
p { color: rgb(204,125,234); }
H1.HeaderClassName
{
color: #CC7DEA;
}
.AnyTagClassName
{
color: #CC7DEA;
}
</style>
background-color css
<style>
a { background-color: #CC7DEA; }
a { background-color: rgb(204,125,234); }
div.DivClassName
{
background-color: #CC7DEA;
}
.BgClassName
{
background-color: #CC7DEA;
}
</style>
border-color css
<style>
span { border-color: #CC7DEA; }
span { border-color: rgb(204,125,234); }
td.TdClassName
{
border-color: #CC7DEA;
}
.TagClassName
{
border-color: #CC7DEA;
}
</style>