Shades of Heliotrope #CD6DE9
Tints of Heliotrope #CD6DE9
RGB
CMYK
RGB Variations
Color information
#CD6DE9 (or 0xCD6DE9) is known color: Heliotrope. HEX triplet: CD, 6D and E9. RGB value is (205,109,233). Sum of RGB (Red+Green+Blue) = 205+109+233=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD6DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6DE9 is #329216. Grayscale: #979797. Windows color (decimal): -3314199 or 15297997. OLE color: 15297997.
HSL color Cylindrical-coordinate representation of color #CD6DE9: hue angle of 286.45º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD6DE9 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 109 | 233 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.09 |
| HSL | 286.45º | 0.74% | 0.67% | - |
| HSV(B) | 286.45º | 0.53% | 0.91% | - |
| XYZ | 45.35 | 29.8 | 80.45 | - |
| YUV | 151.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 233 | 0.12 | 0.53 | 0 | 0.09 | 286.45 | 0.74 | 0.67 |
| Hex | CD | 6D | E9 | C | 35 | 0 | 9 | 11E | 4A | 43 |
| Octal | 315 | 155 | 351 | 14 | 65 | 0 | 11 | 436 | 112 | 103 |
| Binary | 11001101 | 1101101 | 11101001 | 1100 | 110101 | 0 | 1001 | 100011110 | 1001010 | 1000011 |
Color Harmonies of #CD6DE9
Complementary color
Monochromatic Colors of #CD6DE9
Black with #CD6DE9
Text Example
Text Example
White with #CD6DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6DE9; }
p { color: rgb(205,109,233); }
H1.HeaderClassName
{
color: #CD6DE9;
}
.AnyTagClassName
{
color: #CD6DE9;
}
</style>
background-color css
<style>
a { background-color: #CD6DE9; }
a { background-color: rgb(205,109,233); }
div.DivClassName
{
background-color: #CD6DE9;
}
.BgClassName
{
background-color: #CD6DE9;
}
</style>
border-color css
<style>
span { border-color: #CD6DE9; }
span { border-color: rgb(205,109,233); }
td.TdClassName
{
border-color: #CD6DE9;
}
.TagClassName
{
border-color: #CD6DE9;
}
</style>