Shades of Heliotrope #CD83EC
Tints of Heliotrope #CD83EC
RGB
CMYK
RGB Variations
Color information
#CD83EC (or 0xCD83EC) is known color: Heliotrope. HEX triplet: CD, 83 and EC. RGB value is (205,131,236). Sum of RGB (Red+Green+Blue) = 205+131+236=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD83EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD83EC is #327C13. Grayscale: #A4A4A4. Windows color (decimal): -3308564 or 15500237. OLE color: 15500237.
HSL color Cylindrical-coordinate representation of color #CD83EC: hue angle of 282.29º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD83EC is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 131 | 236 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.07 |
| HSL | 282.29º | 0.73% | 0.72% | - |
| HSV(B) | 282.29º | 0.44% | 0.93% | - |
| XYZ | 48.43 | 35.27 | 83.61 | - |
| YUV | 165.1 | 168.02 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 131 | 236 | 0.13 | 0.44 | 0 | 0.07 | 282.29 | 0.73 | 0.72 |
| Hex | CD | 83 | EC | D | 2C | 0 | 7 | 11A | 49 | 48 |
| Octal | 315 | 203 | 354 | 15 | 54 | 0 | 7 | 432 | 111 | 110 |
| Binary | 11001101 | 10000011 | 11101100 | 1101 | 101100 | 0 | 111 | 100011010 | 1001001 | 1001000 |
Color Harmonies of #CD83EC
Complementary color
Monochromatic Colors of #CD83EC
Black with #CD83EC
Text Example
Text Example
White with #CD83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD83EC; }
p { color: rgb(205,131,236); }
H1.HeaderClassName
{
color: #CD83EC;
}
.AnyTagClassName
{
color: #CD83EC;
}
</style>
background-color css
<style>
a { background-color: #CD83EC; }
a { background-color: rgb(205,131,236); }
div.DivClassName
{
background-color: #CD83EC;
}
.BgClassName
{
background-color: #CD83EC;
}
</style>
border-color css
<style>
span { border-color: #CD83EC; }
span { border-color: rgb(205,131,236); }
td.TdClassName
{
border-color: #CD83EC;
}
.TagClassName
{
border-color: #CD83EC;
}
</style>