Shades of Heliotrope #CD4CFE
Tints of Heliotrope #CD4CFE
RGB
CMYK
RGB Variations
Color information
#CD4CFE (or 0xCD4CFE) is known color: Heliotrope. HEX triplet: CD, 4C and FE. RGB value is (205,76,254). Sum of RGB (Red+Green+Blue) = 205+76+254=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 76 (30.08% from 255 or 14.21% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD4CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD4CFE is #32B301. Grayscale: #868686. Windows color (decimal): -3322626 or 16665805. OLE color: 16665805.
HSL color Cylindrical-coordinate representation of color #CD4CFE: hue angle of 283.48º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD4CFE is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 76 | 254 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.00 |
| HSL | 283.48º | 0.99% | 0.65% | - |
| HSV(B) | 283.48º | 0.7% | 1% | - |
| XYZ | 45.65 | 25.3 | 96.24 | - |
| YUV | 134.86 | 195.24 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 254 | 0.19 | 0.70 | 0 | 0.00 | 283.48 | 0.99 | 0.65 |
| Hex | CD | 4C | FE | 13 | 46 | 0 | 0 | 11B | 63 | 41 |
| Octal | 315 | 114 | 376 | 23 | 106 | 0 | 0 | 433 | 143 | 101 |
| Binary | 11001101 | 1001100 | 11111110 | 10011 | 1000110 | 0 | 0 | 100011011 | 1100011 | 1000001 |
Color Harmonies of #CD4CFE
Complementary color
Monochromatic Colors of #CD4CFE
Black with #CD4CFE
Text Example
Text Example
White with #CD4CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4CFE; }
p { color: rgb(205,76,254); }
H1.HeaderClassName
{
color: #CD4CFE;
}
.AnyTagClassName
{
color: #CD4CFE;
}
</style>
background-color css
<style>
a { background-color: #CD4CFE; }
a { background-color: rgb(205,76,254); }
div.DivClassName
{
background-color: #CD4CFE;
}
.BgClassName
{
background-color: #CD4CFE;
}
</style>
border-color css
<style>
span { border-color: #CD4CFE; }
span { border-color: rgb(205,76,254); }
td.TdClassName
{
border-color: #CD4CFE;
}
.TagClassName
{
border-color: #CD4CFE;
}
</style>