Shades of Electric Purple #CD2DFF
Tints of Electric Purple #CD2DFF
RGB
CMYK
RGB Variations
Color information
#CD2DFF (or 0xCD2DFF) is known color: Electric Purple. HEX triplet: CD, 2D and FF. RGB value is (205,45,255). Sum of RGB (Red+Green+Blue) = 205+45+255=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 45 (17.97% from 255 or 8.91% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD2DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2DFF is #32D200. Grayscale: #747474. Windows color (decimal): -3330561 or 16723405. OLE color: 16723405.
HSL color Cylindrical-coordinate representation of color #CD2DFF: hue angle of 285.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2DFF is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 45 | 255 | - |
| CMYK | 0.20 | 0.82 | 0 | 0 |
| HSL | 285.71º | 1% | 0.59% | - |
| HSV(B) | 285.71º | 0.82% | 1% | - |
| XYZ | 44.17 | 22.08 | 96.54 | - |
| YUV | 116.78 | 206.01 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 255 | 0.20 | 0.82 | 0 | 0 | 285.71 | 1 | 0.59 |
| Hex | CD | 2D | FF | 14 | 52 | 0 | 0 | 11E | 64 | 3B |
| Octal | 315 | 55 | 377 | 24 | 122 | 0 | 0 | 436 | 144 | 73 |
| Binary | 11001101 | 101101 | 11111111 | 10100 | 1010010 | 0 | 0 | 100011110 | 1100100 | 111011 |
Color Harmonies of #CD2DFF
Complementary color
Monochromatic Colors of #CD2DFF
Black with #CD2DFF
Text Example
Text Example
White with #CD2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2DFF; }
p { color: rgb(205,45,255); }
H1.HeaderClassName
{
color: #CD2DFF;
}
.AnyTagClassName
{
color: #CD2DFF;
}
</style>
background-color css
<style>
a { background-color: #CD2DFF; }
a { background-color: rgb(205,45,255); }
div.DivClassName
{
background-color: #CD2DFF;
}
.BgClassName
{
background-color: #CD2DFF;
}
</style>
border-color css
<style>
span { border-color: #CD2DFF; }
span { border-color: rgb(205,45,255); }
td.TdClassName
{
border-color: #CD2DFF;
}
.TagClassName
{
border-color: #CD2DFF;
}
</style>