Shades of Heliotrope #CD4EFE
Tints of Heliotrope #CD4EFE
RGB
CMYK
RGB Variations
Color information
#CD4EFE (or 0xCD4EFE) is known color: Heliotrope. HEX triplet: CD, 4E and FE. RGB value is (205,78,254). Sum of RGB (Red+Green+Blue) = 205+78+254=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 78 (30.86% from 255 or 14.53% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD4EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD4EFE is #32B101. Grayscale: #878787. Windows color (decimal): -3322114 or 16666317. OLE color: 16666317.
HSL color Cylindrical-coordinate representation of color #CD4EFE: hue angle of 283.3º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD4EFE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 78 | 254 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.00 |
| HSL | 283.3º | 0.99% | 0.65% | - |
| HSV(B) | 283.3º | 0.69% | 1% | - |
| XYZ | 45.79 | 25.58 | 96.29 | - |
| YUV | 136.04 | 194.58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 78 | 254 | 0.19 | 0.69 | 0 | 0.00 | 283.3 | 0.99 | 0.65 |
| Hex | CD | 4E | FE | 13 | 45 | 0 | 0 | 11B | 63 | 41 |
| Octal | 315 | 116 | 376 | 23 | 105 | 0 | 0 | 433 | 143 | 101 |
| Binary | 11001101 | 1001110 | 11111110 | 10011 | 1000101 | 0 | 0 | 100011011 | 1100011 | 1000001 |
Color Harmonies of #CD4EFE
Complementary color
Monochromatic Colors of #CD4EFE
Black with #CD4EFE
Text Example
Text Example
White with #CD4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4EFE; }
p { color: rgb(205,78,254); }
H1.HeaderClassName
{
color: #CD4EFE;
}
.AnyTagClassName
{
color: #CD4EFE;
}
</style>
background-color css
<style>
a { background-color: #CD4EFE; }
a { background-color: rgb(205,78,254); }
div.DivClassName
{
background-color: #CD4EFE;
}
.BgClassName
{
background-color: #CD4EFE;
}
</style>
border-color css
<style>
span { border-color: #CD4EFE; }
span { border-color: rgb(205,78,254); }
td.TdClassName
{
border-color: #CD4EFE;
}
.TagClassName
{
border-color: #CD4EFE;
}
</style>