Shades of Electric Purple #CD1FFE
Tints of Electric Purple #CD1FFE
RGB
CMYK
RGB Variations
Color information
#CD1FFE (or 0xCD1FFE) is known color: Electric Purple. HEX triplet: CD, 1F and FE. RGB value is (205,31,254). Sum of RGB (Red+Green+Blue) = 205+31+254=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 31 (12.5% from 255 or 6.33% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD1FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD1FFE is #32E001. Grayscale: #6B6B6B. Windows color (decimal): -3334146 or 16654285. OLE color: 16654285.
HSL color Cylindrical-coordinate representation of color #CD1FFE: hue angle of 286.82º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1FFE is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 31 | 254 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.00 |
| HSL | 286.82º | 0.99% | 0.56% | - |
| HSV(B) | 286.82º | 0.88% | 1% | - |
| XYZ | 43.56 | 21.11 | 95.55 | - |
| YUV | 108.45 | 210.15 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 31 | 254 | 0.19 | 0.88 | 0 | 0.00 | 286.82 | 0.99 | 0.56 |
| Hex | CD | 1F | FE | 13 | 58 | 0 | 0 | 11F | 63 | 38 |
| Octal | 315 | 37 | 376 | 23 | 130 | 0 | 0 | 437 | 143 | 70 |
| Binary | 11001101 | 11111 | 11111110 | 10011 | 1011000 | 0 | 0 | 100011111 | 1100011 | 111000 |
Color Harmonies of #CD1FFE
Complementary color
Monochromatic Colors of #CD1FFE
Black with #CD1FFE
Text Example
Text Example
White with #CD1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1FFE; }
p { color: rgb(205,31,254); }
H1.HeaderClassName
{
color: #CD1FFE;
}
.AnyTagClassName
{
color: #CD1FFE;
}
</style>
background-color css
<style>
a { background-color: #CD1FFE; }
a { background-color: rgb(205,31,254); }
div.DivClassName
{
background-color: #CD1FFE;
}
.BgClassName
{
background-color: #CD1FFE;
}
</style>
border-color css
<style>
span { border-color: #CD1FFE; }
span { border-color: rgb(205,31,254); }
td.TdClassName
{
border-color: #CD1FFE;
}
.TagClassName
{
border-color: #CD1FFE;
}
</style>