Shades of Electric Purple #CD2FFF
Tints of Electric Purple #CD2FFF
RGB
CMYK
RGB Variations
Color information
#CD2FFF (or 0xCD2FFF) is known color: Electric Purple. HEX triplet: CD, 2F and FF. RGB value is (205,47,255). Sum of RGB (Red+Green+Blue) = 205+47+255=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 47 (18.75% from 255 or 9.27% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD2FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2FFF is #32D000. Grayscale: #757575. Windows color (decimal): -3330049 or 16723917. OLE color: 16723917.
HSL color Cylindrical-coordinate representation of color #CD2FFF: hue angle of 285.58º 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 #CD2FFF is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 47 | 255 | - |
| CMYK | 0.20 | 0.82 | 0 | 0 |
| HSL | 285.58º | 1% | 0.59% | - |
| HSV(B) | 285.58º | 0.82% | 1% | - |
| XYZ | 44.24 | 22.23 | 96.57 | - |
| YUV | 117.95 | 205.35 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 47 | 255 | 0.20 | 0.82 | 0 | 0 | 285.58 | 1 | 0.59 |
| Hex | CD | 2F | FF | 14 | 52 | 0 | 0 | 11E | 64 | 3B |
| Octal | 315 | 57 | 377 | 24 | 122 | 0 | 0 | 436 | 144 | 73 |
| Binary | 11001101 | 101111 | 11111111 | 10100 | 1010010 | 0 | 0 | 100011110 | 1100100 | 111011 |
Color Harmonies of #CD2FFF
Complementary color
Monochromatic Colors of #CD2FFF
Black with #CD2FFF
Text Example
Text Example
White with #CD2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2FFF; }
p { color: rgb(205,47,255); }
H1.HeaderClassName
{
color: #CD2FFF;
}
.AnyTagClassName
{
color: #CD2FFF;
}
</style>
background-color css
<style>
a { background-color: #CD2FFF; }
a { background-color: rgb(205,47,255); }
div.DivClassName
{
background-color: #CD2FFF;
}
.BgClassName
{
background-color: #CD2FFF;
}
</style>
border-color css
<style>
span { border-color: #CD2FFF; }
span { border-color: rgb(205,47,255); }
td.TdClassName
{
border-color: #CD2FFF;
}
.TagClassName
{
border-color: #CD2FFF;
}
</style>