Shades of Heliotrope #CC73EE
Tints of Heliotrope #CC73EE
RGB
CMYK
RGB Variations
Color information
#CC73EE (or 0xCC73EE) is known color: Heliotrope. HEX triplet: CC, 73 and EE. RGB value is (204,115,238). Sum of RGB (Red+Green+Blue) = 204+115+238=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC73EE is #338C11. Grayscale: #9B9B9B. Windows color (decimal): -3378194 or 15627212. OLE color: 15627212.
HSL color Cylindrical-coordinate representation of color #CC73EE: hue angle of 283.41º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC73EE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 115 | 238 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.07 |
| HSL | 283.41º | 0.78% | 0.69% | - |
| HSV(B) | 283.41º | 0.52% | 0.93% | - |
| XYZ | 46.47 | 31.27 | 84.48 | - |
| YUV | 155.63 | 174.49 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 238 | 0.14 | 0.52 | 0 | 0.07 | 283.41 | 0.78 | 0.69 |
| Hex | CC | 73 | EE | E | 34 | 0 | 7 | 11B | 4E | 45 |
| Octal | 314 | 163 | 356 | 16 | 64 | 0 | 7 | 433 | 116 | 105 |
| Binary | 11001100 | 1110011 | 11101110 | 1110 | 110100 | 0 | 111 | 100011011 | 1001110 | 1000101 |
Color Harmonies of #CC73EE
Complementary color
Monochromatic Colors of #CC73EE
Black with #CC73EE
Text Example
Text Example
White with #CC73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73EE; }
p { color: rgb(204,115,238); }
H1.HeaderClassName
{
color: #CC73EE;
}
.AnyTagClassName
{
color: #CC73EE;
}
</style>
background-color css
<style>
a { background-color: #CC73EE; }
a { background-color: rgb(204,115,238); }
div.DivClassName
{
background-color: #CC73EE;
}
.BgClassName
{
background-color: #CC73EE;
}
</style>
border-color css
<style>
span { border-color: #CC73EE; }
span { border-color: rgb(204,115,238); }
td.TdClassName
{
border-color: #CC73EE;
}
.TagClassName
{
border-color: #CC73EE;
}
</style>