Shades of Electric Purple #CD11FF
Tints of Electric Purple #CD11FF
RGB
CMYK
RGB Variations
Color information
#CD11FF (or 0xCD11FF) is known color: Electric Purple. HEX triplet: CD, 11 and FF. RGB value is (205,17,255). Sum of RGB (Red+Green+Blue) = 205+17+255=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 17 (7.03% from 255 or 3.56% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD11FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD11FF is #32EE00. Grayscale: #636363. Windows color (decimal): -3337729 or 16716237. OLE color: 16716237.
HSL color Cylindrical-coordinate representation of color #CD11FF: hue angle of 287.39º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD11FF is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 17 | 255 | - |
| CMYK | 0.20 | 0.93 | 0 | 0 |
| HSL | 287.4º | 1% | 0.53% | - |
| HSV(B) | 287.4º | 0.93% | 1% | - |
| XYZ | 43.43 | 20.6 | 96.3 | - |
| YUV | 100.34 | 215.28 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 255 | 0.20 | 0.93 | 0 | 0 | 287.4 | 1 | 0.53 |
| Hex | CD | 11 | FF | 14 | 5D | 0 | 0 | 11F | 64 | 35 |
| Octal | 315 | 21 | 377 | 24 | 135 | 0 | 0 | 437 | 144 | 65 |
| Binary | 11001101 | 10001 | 11111111 | 10100 | 1011101 | 0 | 0 | 100011111 | 1100100 | 110101 |
Color Harmonies of #CD11FF
Complementary color
Monochromatic Colors of #CD11FF
Black with #CD11FF
Text Example
Text Example
White with #CD11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD11FF; }
p { color: rgb(205,17,255); }
H1.HeaderClassName
{
color: #CD11FF;
}
.AnyTagClassName
{
color: #CD11FF;
}
</style>
background-color css
<style>
a { background-color: #CD11FF; }
a { background-color: rgb(205,17,255); }
div.DivClassName
{
background-color: #CD11FF;
}
.BgClassName
{
background-color: #CD11FF;
}
</style>
border-color css
<style>
span { border-color: #CD11FF; }
span { border-color: rgb(205,17,255); }
td.TdClassName
{
border-color: #CD11FF;
}
.TagClassName
{
border-color: #CD11FF;
}
</style>