Shades of Heliotrope #CD4FFE
Tints of Heliotrope #CD4FFE
RGB
CMYK
RGB Variations
Color information
#CD4FFE (or 0xCD4FFE) is known color: Heliotrope. HEX triplet: CD, 4F and FE. RGB value is (205,79,254). Sum of RGB (Red+Green+Blue) = 205+79+254=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 79 (31.25% from 255 or 14.68% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD4FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD4FFE is #32B001. Grayscale: #888888. Windows color (decimal): -3321858 or 16666573. OLE color: 16666573.
HSL color Cylindrical-coordinate representation of color #CD4FFE: hue angle of 283.2º 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 #CD4FFE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 79 | 254 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.00 |
| HSL | 283.2º | 0.99% | 0.65% | - |
| HSV(B) | 283.2º | 0.69% | 1% | - |
| XYZ | 45.86 | 25.73 | 96.31 | - |
| YUV | 136.62 | 194.24 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 79 | 254 | 0.19 | 0.69 | 0 | 0.00 | 283.2 | 0.99 | 0.65 |
| Hex | CD | 4F | FE | 13 | 45 | 0 | 0 | 11B | 63 | 41 |
| Octal | 315 | 117 | 376 | 23 | 105 | 0 | 0 | 433 | 143 | 101 |
| Binary | 11001101 | 1001111 | 11111110 | 10011 | 1000101 | 0 | 0 | 100011011 | 1100011 | 1000001 |
Color Harmonies of #CD4FFE
Complementary color
Monochromatic Colors of #CD4FFE
Black with #CD4FFE
Text Example
Text Example
White with #CD4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4FFE; }
p { color: rgb(205,79,254); }
H1.HeaderClassName
{
color: #CD4FFE;
}
.AnyTagClassName
{
color: #CD4FFE;
}
</style>
background-color css
<style>
a { background-color: #CD4FFE; }
a { background-color: rgb(205,79,254); }
div.DivClassName
{
background-color: #CD4FFE;
}
.BgClassName
{
background-color: #CD4FFE;
}
</style>
border-color css
<style>
span { border-color: #CD4FFE; }
span { border-color: rgb(205,79,254); }
td.TdClassName
{
border-color: #CD4FFE;
}
.TagClassName
{
border-color: #CD4FFE;
}
</style>