Shades of Electric Purple #CD13F2
Tints of Electric Purple #CD13F2
RGB
CMYK
RGB Variations
Color information
#CD13F2 (or 0xCD13F2) is known color: Electric Purple. HEX triplet: CD, 13 and F2. RGB value is (205,19,242). Sum of RGB (Red+Green+Blue) = 205+19+242=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD13F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD13F2 is #32EC0D. Grayscale: #636363. Windows color (decimal): -3337230 or 15864781. OLE color: 15864781.
HSL color Cylindrical-coordinate representation of color #CD13F2: hue angle of 290.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD13F2 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 19 | 242 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.05 |
| HSL | 290.04º | 0.9% | 0.51% | - |
| HSV(B) | 290.04º | 0.92% | 0.95% | - |
| XYZ | 41.44 | 19.86 | 85.65 | - |
| YUV | 100.04 | 208.12 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 242 | 0.15 | 0.92 | 0 | 0.05 | 290.04 | 0.9 | 0.51 |
| Hex | CD | 13 | F2 | F | 5C | 0 | 5 | 122 | 5A | 33 |
| Octal | 315 | 23 | 362 | 17 | 134 | 0 | 5 | 442 | 132 | 63 |
| Binary | 11001101 | 10011 | 11110010 | 1111 | 1011100 | 0 | 101 | 100100010 | 1011010 | 110011 |
Color Harmonies of #CD13F2
Complementary color
Monochromatic Colors of #CD13F2
Black with #CD13F2
Text Example
Text Example
White with #CD13F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD13F2; }
p { color: rgb(205,19,242); }
H1.HeaderClassName
{
color: #CD13F2;
}
.AnyTagClassName
{
color: #CD13F2;
}
</style>
background-color css
<style>
a { background-color: #CD13F2; }
a { background-color: rgb(205,19,242); }
div.DivClassName
{
background-color: #CD13F2;
}
.BgClassName
{
background-color: #CD13F2;
}
</style>
border-color css
<style>
span { border-color: #CD13F2; }
span { border-color: rgb(205,19,242); }
td.TdClassName
{
border-color: #CD13F2;
}
.TagClassName
{
border-color: #CD13F2;
}
</style>