Shades of Heliotrope #CD77ED
Tints of Heliotrope #CD77ED
RGB
CMYK
RGB Variations
Color information
#CD77ED (or 0xCD77ED) is known color: Heliotrope. HEX triplet: CD, 77 and ED. RGB value is (205,119,237). Sum of RGB (Red+Green+Blue) = 205+119+237=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD77ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD77ED is #328812. Grayscale: #9D9D9D. Windows color (decimal): -3311635 or 15562701. OLE color: 15562701.
HSL color Cylindrical-coordinate representation of color #CD77ED: hue angle of 283.73º degrees, saturation: 0.77, 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 #CD77ED is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 119 | 237 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.07 |
| HSL | 283.73º | 0.77% | 0.7% | - |
| HSV(B) | 283.73º | 0.5% | 0.93% | - |
| XYZ | 47.06 | 32.29 | 83.87 | - |
| YUV | 158.17 | 172.49 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 237 | 0.14 | 0.50 | 0 | 0.07 | 283.73 | 0.77 | 0.7 |
| Hex | CD | 77 | ED | E | 32 | 0 | 7 | 11C | 4D | 46 |
| Octal | 315 | 167 | 355 | 16 | 62 | 0 | 7 | 434 | 115 | 106 |
| Binary | 11001101 | 1110111 | 11101101 | 1110 | 110010 | 0 | 111 | 100011100 | 1001101 | 1000110 |
Color Harmonies of #CD77ED
Complementary color
Monochromatic Colors of #CD77ED
Black with #CD77ED
Text Example
Text Example
White with #CD77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD77ED; }
p { color: rgb(205,119,237); }
H1.HeaderClassName
{
color: #CD77ED;
}
.AnyTagClassName
{
color: #CD77ED;
}
</style>
background-color css
<style>
a { background-color: #CD77ED; }
a { background-color: rgb(205,119,237); }
div.DivClassName
{
background-color: #CD77ED;
}
.BgClassName
{
background-color: #CD77ED;
}
</style>
border-color css
<style>
span { border-color: #CD77ED; }
span { border-color: rgb(205,119,237); }
td.TdClassName
{
border-color: #CD77ED;
}
.TagClassName
{
border-color: #CD77ED;
}
</style>