Shades of Heliotrope #CC73ED
Tints of Heliotrope #CC73ED
RGB
CMYK
RGB Variations
Color information
#CC73ED (or 0xCC73ED) is known color: Heliotrope. HEX triplet: CC, 73 and ED. RGB value is (204,115,237). Sum of RGB (Red+Green+Blue) = 204+115+237=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC73ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC73ED is #338C12. Grayscale: #9B9B9B. Windows color (decimal): -3378195 or 15561676. OLE color: 15561676.
HSL color Cylindrical-coordinate representation of color #CC73ED: hue angle of 283.77º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC73ED is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 115 | 237 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.07 |
| HSL | 283.77º | 0.77% | 0.69% | - |
| HSV(B) | 283.77º | 0.51% | 0.93% | - |
| XYZ | 46.32 | 31.21 | 83.7 | - |
| YUV | 155.52 | 173.99 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 237 | 0.14 | 0.51 | 0 | 0.07 | 283.77 | 0.77 | 0.69 |
| Hex | CC | 73 | ED | E | 33 | 0 | 7 | 11C | 4D | 45 |
| Octal | 314 | 163 | 355 | 16 | 63 | 0 | 7 | 434 | 115 | 105 |
| Binary | 11001100 | 1110011 | 11101101 | 1110 | 110011 | 0 | 111 | 100011100 | 1001101 | 1000101 |
Color Harmonies of #CC73ED
Complementary color
Monochromatic Colors of #CC73ED
Black with #CC73ED
Text Example
Text Example
White with #CC73ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73ED; }
p { color: rgb(204,115,237); }
H1.HeaderClassName
{
color: #CC73ED;
}
.AnyTagClassName
{
color: #CC73ED;
}
</style>
background-color css
<style>
a { background-color: #CC73ED; }
a { background-color: rgb(204,115,237); }
div.DivClassName
{
background-color: #CC73ED;
}
.BgClassName
{
background-color: #CC73ED;
}
</style>
border-color css
<style>
span { border-color: #CC73ED; }
span { border-color: rgb(204,115,237); }
td.TdClassName
{
border-color: #CC73ED;
}
.TagClassName
{
border-color: #CC73ED;
}
</style>