Shades of Heliotrope #CD73EE
Tints of Heliotrope #CD73EE
RGB
CMYK
RGB Variations
Color information
#CD73EE (or 0xCD73EE) is known color: Heliotrope. HEX triplet: CD, 73 and EE. RGB value is (205,115,238). Sum of RGB (Red+Green+Blue) = 205+115+238=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD73EE is #328C11. Grayscale: #9B9B9B. Windows color (decimal): -3312658 or 15627213. OLE color: 15627213.
HSL color Cylindrical-coordinate representation of color #CD73EE: hue angle of 283.9º 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 #CD73EE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 115 | 238 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.07 |
| HSL | 283.9º | 0.78% | 0.69% | - |
| HSV(B) | 283.9º | 0.52% | 0.93% | - |
| XYZ | 46.74 | 31.41 | 84.49 | - |
| YUV | 155.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 238 | 0.14 | 0.52 | 0 | 0.07 | 283.9 | 0.78 | 0.69 |
| Hex | CD | 73 | EE | E | 34 | 0 | 7 | 11C | 4E | 45 |
| Octal | 315 | 163 | 356 | 16 | 64 | 0 | 7 | 434 | 116 | 105 |
| Binary | 11001101 | 1110011 | 11101110 | 1110 | 110100 | 0 | 111 | 100011100 | 1001110 | 1000101 |
Color Harmonies of #CD73EE
Complementary color
Monochromatic Colors of #CD73EE
Black with #CD73EE
Text Example
Text Example
White with #CD73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD73EE; }
p { color: rgb(205,115,238); }
H1.HeaderClassName
{
color: #CD73EE;
}
.AnyTagClassName
{
color: #CD73EE;
}
</style>
background-color css
<style>
a { background-color: #CD73EE; }
a { background-color: rgb(205,115,238); }
div.DivClassName
{
background-color: #CD73EE;
}
.BgClassName
{
background-color: #CD73EE;
}
</style>
border-color css
<style>
span { border-color: #CD73EE; }
span { border-color: rgb(205,115,238); }
td.TdClassName
{
border-color: #CD73EE;
}
.TagClassName
{
border-color: #CD73EE;
}
</style>