Shades of Heliotrope #CD7CE8
Tints of Heliotrope #CD7CE8
RGB
CMYK
RGB Variations
Color information
#CD7CE8 (or 0xCD7CE8) is known color: Heliotrope. HEX triplet: CD, 7C and E8. RGB value is (205,124,232). Sum of RGB (Red+Green+Blue) = 205+124+232=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD7CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7CE8 is #328317. Grayscale: #A0A0A0. Windows color (decimal): -3310360 or 15236301. OLE color: 15236301.
HSL color Cylindrical-coordinate representation of color #CD7CE8: hue angle of 285º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD7CE8 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 124 | 232 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.09 |
| HSL | 285º | 0.7% | 0.7% | - |
| HSV(B) | 285º | 0.47% | 0.91% | - |
| XYZ | 46.95 | 33.22 | 80.28 | - |
| YUV | 160.53 | 168.34 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 232 | 0.12 | 0.47 | 0 | 0.09 | 285 | 0.7 | 0.7 |
| Hex | CD | 7C | E8 | C | 2F | 0 | 9 | 11D | 46 | 46 |
| Octal | 315 | 174 | 350 | 14 | 57 | 0 | 11 | 435 | 106 | 106 |
| Binary | 11001101 | 1111100 | 11101000 | 1100 | 101111 | 0 | 1001 | 100011101 | 1000110 | 1000110 |
Color Harmonies of #CD7CE8
Complementary color
Monochromatic Colors of #CD7CE8
Black with #CD7CE8
Text Example
Text Example
White with #CD7CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7CE8; }
p { color: rgb(205,124,232); }
H1.HeaderClassName
{
color: #CD7CE8;
}
.AnyTagClassName
{
color: #CD7CE8;
}
</style>
background-color css
<style>
a { background-color: #CD7CE8; }
a { background-color: rgb(205,124,232); }
div.DivClassName
{
background-color: #CD7CE8;
}
.BgClassName
{
background-color: #CD7CE8;
}
</style>
border-color css
<style>
span { border-color: #CD7CE8; }
span { border-color: rgb(205,124,232); }
td.TdClassName
{
border-color: #CD7CE8;
}
.TagClassName
{
border-color: #CD7CE8;
}
</style>