Shades of Heliotrope #CD81EC
Tints of Heliotrope #CD81EC
RGB
CMYK
RGB Variations
Color information
#CD81EC (or 0xCD81EC) is known color: Heliotrope. HEX triplet: CD, 81 and EC. RGB value is (205,129,236). Sum of RGB (Red+Green+Blue) = 205+129+236=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD81EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD81EC is #327E13. Grayscale: #A3A3A3. Windows color (decimal): -3309076 or 15499725. OLE color: 15499725.
HSL color Cylindrical-coordinate representation of color #CD81EC: hue angle of 282.62º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD81EC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 129 | 236 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.07 |
| HSL | 282.62º | 0.74% | 0.72% | - |
| HSV(B) | 282.62º | 0.45% | 0.93% | - |
| XYZ | 48.17 | 34.74 | 83.52 | - |
| YUV | 163.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 236 | 0.13 | 0.45 | 0 | 0.07 | 282.62 | 0.74 | 0.72 |
| Hex | CD | 81 | EC | D | 2D | 0 | 7 | 11B | 4A | 48 |
| Octal | 315 | 201 | 354 | 15 | 55 | 0 | 7 | 433 | 112 | 110 |
| Binary | 11001101 | 10000001 | 11101100 | 1101 | 101101 | 0 | 111 | 100011011 | 1001010 | 1001000 |
Color Harmonies of #CD81EC
Complementary color
Monochromatic Colors of #CD81EC
Black with #CD81EC
Text Example
Text Example
White with #CD81EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD81EC; }
p { color: rgb(205,129,236); }
H1.HeaderClassName
{
color: #CD81EC;
}
.AnyTagClassName
{
color: #CD81EC;
}
</style>
background-color css
<style>
a { background-color: #CD81EC; }
a { background-color: rgb(205,129,236); }
div.DivClassName
{
background-color: #CD81EC;
}
.BgClassName
{
background-color: #CD81EC;
}
</style>
border-color css
<style>
span { border-color: #CD81EC; }
span { border-color: rgb(205,129,236); }
td.TdClassName
{
border-color: #CD81EC;
}
.TagClassName
{
border-color: #CD81EC;
}
</style>