Shades of Heliotrope #CD77EC
Tints of Heliotrope #CD77EC
RGB
CMYK
RGB Variations
Color information
#CD77EC (or 0xCD77EC) is known color: Heliotrope. HEX triplet: CD, 77 and EC. RGB value is (205,119,236). Sum of RGB (Red+Green+Blue) = 205+119+236=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD77EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD77EC is #328813. Grayscale: #9D9D9D. Windows color (decimal): -3311636 or 15497165. OLE color: 15497165.
HSL color Cylindrical-coordinate representation of color #CD77EC: hue angle of 284.1º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD77EC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 119 | 236 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.07 |
| HSL | 284.1º | 0.75% | 0.7% | - |
| HSV(B) | 284.1º | 0.5% | 0.93% | - |
| XYZ | 46.91 | 32.23 | 83.11 | - |
| YUV | 158.05 | 171.99 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 236 | 0.13 | 0.50 | 0 | 0.07 | 284.1 | 0.75 | 0.7 |
| Hex | CD | 77 | EC | D | 32 | 0 | 7 | 11C | 4B | 46 |
| Octal | 315 | 167 | 354 | 15 | 62 | 0 | 7 | 434 | 113 | 106 |
| Binary | 11001101 | 1110111 | 11101100 | 1101 | 110010 | 0 | 111 | 100011100 | 1001011 | 1000110 |
Color Harmonies of #CD77EC
Complementary color
Monochromatic Colors of #CD77EC
Black with #CD77EC
Text Example
Text Example
White with #CD77EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD77EC; }
p { color: rgb(205,119,236); }
H1.HeaderClassName
{
color: #CD77EC;
}
.AnyTagClassName
{
color: #CD77EC;
}
</style>
background-color css
<style>
a { background-color: #CD77EC; }
a { background-color: rgb(205,119,236); }
div.DivClassName
{
background-color: #CD77EC;
}
.BgClassName
{
background-color: #CD77EC;
}
</style>
border-color css
<style>
span { border-color: #CD77EC; }
span { border-color: rgb(205,119,236); }
td.TdClassName
{
border-color: #CD77EC;
}
.TagClassName
{
border-color: #CD77EC;
}
</style>