Shades of Electric Purple #CD2EFE
Tints of Electric Purple #CD2EFE
RGB
CMYK
RGB Variations
Color information
#CD2EFE (or 0xCD2EFE) is known color: Electric Purple. HEX triplet: CD, 2E and FE. RGB value is (205,46,254). Sum of RGB (Red+Green+Blue) = 205+46+254=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 46 (18.36% from 255 or 9.11% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD2EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2EFE is #32D101. Grayscale: #747474. Windows color (decimal): -3330306 or 16658125. OLE color: 16658125.
HSL color Cylindrical-coordinate representation of color #CD2EFE: hue angle of 285.87º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2EFE is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 46 | 254 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.00 |
| HSL | 285.87º | 0.99% | 0.59% | - |
| HSV(B) | 285.87º | 0.82% | 1% | - |
| XYZ | 44.04 | 22.09 | 95.71 | - |
| YUV | 117.25 | 205.18 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 254 | 0.19 | 0.82 | 0 | 0.00 | 285.87 | 0.99 | 0.59 |
| Hex | CD | 2E | FE | 13 | 52 | 0 | 0 | 11E | 63 | 3B |
| Octal | 315 | 56 | 376 | 23 | 122 | 0 | 0 | 436 | 143 | 73 |
| Binary | 11001101 | 101110 | 11111110 | 10011 | 1010010 | 0 | 0 | 100011110 | 1100011 | 111011 |
Color Harmonies of #CD2EFE
Complementary color
Monochromatic Colors of #CD2EFE
Black with #CD2EFE
Text Example
Text Example
White with #CD2EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2EFE; }
p { color: rgb(205,46,254); }
H1.HeaderClassName
{
color: #CD2EFE;
}
.AnyTagClassName
{
color: #CD2EFE;
}
</style>
background-color css
<style>
a { background-color: #CD2EFE; }
a { background-color: rgb(205,46,254); }
div.DivClassName
{
background-color: #CD2EFE;
}
.BgClassName
{
background-color: #CD2EFE;
}
</style>
border-color css
<style>
span { border-color: #CD2EFE; }
span { border-color: rgb(205,46,254); }
td.TdClassName
{
border-color: #CD2EFE;
}
.TagClassName
{
border-color: #CD2EFE;
}
</style>