Shades of Heliotrope #CD6EFE
Tints of Heliotrope #CD6EFE
RGB
CMYK
RGB Variations
Color information
#CD6EFE (or 0xCD6EFE) is known color: Heliotrope. HEX triplet: CD, 6E and FE. RGB value is (205,110,254). Sum of RGB (Red+Green+Blue) = 205+110+254=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD6EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6EFE is #329101. Grayscale: #9A9A9A. Windows color (decimal): -3313922 or 16674509. OLE color: 16674509.
HSL color Cylindrical-coordinate representation of color #CD6EFE: hue angle of 279.58º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD6EFE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 110 | 254 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.00 |
| HSL | 279.58º | 0.99% | 0.71% | - |
| HSV(B) | 279.58º | 0.57% | 1% | - |
| XYZ | 48.64 | 31.29 | 97.24 | - |
| YUV | 154.82 | 183.97 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 254 | 0.19 | 0.57 | 0 | 0.00 | 279.58 | 0.99 | 0.71 |
| Hex | CD | 6E | FE | 13 | 39 | 0 | 0 | 118 | 63 | 47 |
| Octal | 315 | 156 | 376 | 23 | 71 | 0 | 0 | 430 | 143 | 107 |
| Binary | 11001101 | 1101110 | 11111110 | 10011 | 111001 | 0 | 0 | 100011000 | 1100011 | 1000111 |
Color Harmonies of #CD6EFE
Complementary color
Monochromatic Colors of #CD6EFE
Black with #CD6EFE
Text Example
Text Example
White with #CD6EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6EFE; }
p { color: rgb(205,110,254); }
H1.HeaderClassName
{
color: #CD6EFE;
}
.AnyTagClassName
{
color: #CD6EFE;
}
</style>
background-color css
<style>
a { background-color: #CD6EFE; }
a { background-color: rgb(205,110,254); }
div.DivClassName
{
background-color: #CD6EFE;
}
.BgClassName
{
background-color: #CD6EFE;
}
</style>
border-color css
<style>
span { border-color: #CD6EFE; }
span { border-color: rgb(205,110,254); }
td.TdClassName
{
border-color: #CD6EFE;
}
.TagClassName
{
border-color: #CD6EFE;
}
</style>