Shades of Electric Purple #CD2FFE
Tints of Electric Purple #CD2FFE
RGB
CMYK
RGB Variations
Color information
#CD2FFE (or 0xCD2FFE) is known color: Electric Purple. HEX triplet: CD, 2F and FE. RGB value is (205,47,254). Sum of RGB (Red+Green+Blue) = 205+47+254=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 47 (18.75% from 255 or 9.29% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD2FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2FFE is #32D001. Grayscale: #757575. Windows color (decimal): -3330050 or 16658381. OLE color: 16658381.
HSL color Cylindrical-coordinate representation of color #CD2FFE: hue angle of 285.8º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2FFE is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 47 | 254 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.00 |
| HSL | 285.8º | 0.99% | 0.59% | - |
| HSV(B) | 285.8º | 0.81% | 1% | - |
| XYZ | 44.08 | 22.17 | 95.72 | - |
| YUV | 117.84 | 204.85 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 47 | 254 | 0.19 | 0.81 | 0 | 0.00 | 285.8 | 0.99 | 0.59 |
| Hex | CD | 2F | FE | 13 | 51 | 0 | 0 | 11E | 63 | 3B |
| Octal | 315 | 57 | 376 | 23 | 121 | 0 | 0 | 436 | 143 | 73 |
| Binary | 11001101 | 101111 | 11111110 | 10011 | 1010001 | 0 | 0 | 100011110 | 1100011 | 111011 |
Color Harmonies of #CD2FFE
Complementary color
Monochromatic Colors of #CD2FFE
Black with #CD2FFE
Text Example
Text Example
White with #CD2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2FFE; }
p { color: rgb(205,47,254); }
H1.HeaderClassName
{
color: #CD2FFE;
}
.AnyTagClassName
{
color: #CD2FFE;
}
</style>
background-color css
<style>
a { background-color: #CD2FFE; }
a { background-color: rgb(205,47,254); }
div.DivClassName
{
background-color: #CD2FFE;
}
.BgClassName
{
background-color: #CD2FFE;
}
</style>
border-color css
<style>
span { border-color: #CD2FFE; }
span { border-color: rgb(205,47,254); }
td.TdClassName
{
border-color: #CD2FFE;
}
.TagClassName
{
border-color: #CD2FFE;
}
</style>