Shades of Electric Purple #CD2BFF
Tints of Electric Purple #CD2BFF
RGB
CMYK
RGB Variations
Color information
#CD2BFF (or 0xCD2BFF) is known color: Electric Purple. HEX triplet: CD, 2B and FF. RGB value is (205,43,255). Sum of RGB (Red+Green+Blue) = 205+43+255=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 43 (17.19% from 255 or 8.55% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD2BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2BFF is #32D400. Grayscale: #727272. Windows color (decimal): -3331073 or 16722893. OLE color: 16722893.
HSL color Cylindrical-coordinate representation of color #CD2BFF: hue angle of 285.85º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD2BFF is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 43 | 255 | - |
| CMYK | 0.20 | 0.83 | 0 | 0 |
| HSL | 285.85º | 1% | 0.58% | - |
| HSV(B) | 285.85º | 0.83% | 1% | - |
| XYZ | 44.09 | 21.93 | 96.52 | - |
| YUV | 115.61 | 206.67 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 43 | 255 | 0.20 | 0.83 | 0 | 0 | 285.85 | 1 | 0.58 |
| Hex | CD | 2B | FF | 14 | 53 | 0 | 0 | 11E | 64 | 3A |
| Octal | 315 | 53 | 377 | 24 | 123 | 0 | 0 | 436 | 144 | 72 |
| Binary | 11001101 | 101011 | 11111111 | 10100 | 1010011 | 0 | 0 | 100011110 | 1100100 | 111010 |
Color Harmonies of #CD2BFF
Complementary color
Monochromatic Colors of #CD2BFF
Black with #CD2BFF
Text Example
Text Example
White with #CD2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2BFF; }
p { color: rgb(205,43,255); }
H1.HeaderClassName
{
color: #CD2BFF;
}
.AnyTagClassName
{
color: #CD2BFF;
}
</style>
background-color css
<style>
a { background-color: #CD2BFF; }
a { background-color: rgb(205,43,255); }
div.DivClassName
{
background-color: #CD2BFF;
}
.BgClassName
{
background-color: #CD2BFF;
}
</style>
border-color css
<style>
span { border-color: #CD2BFF; }
span { border-color: rgb(205,43,255); }
td.TdClassName
{
border-color: #CD2BFF;
}
.TagClassName
{
border-color: #CD2BFF;
}
</style>