Shades of Electric Purple #CD14F0
Tints of Electric Purple #CD14F0
RGB
CMYK
RGB Variations
Color information
#CD14F0 (or 0xCD14F0) is known color: Electric Purple. HEX triplet: CD, 14 and F0. RGB value is (205,20,240). Sum of RGB (Red+Green+Blue) = 205+20+240=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD14F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD14F0 is #32EB0F. Grayscale: #636363. Windows color (decimal): -3336976 or 15733965. OLE color: 15733965.
HSL color Cylindrical-coordinate representation of color #CD14F0: hue angle of 290.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD14F0 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 20 | 240 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.06 |
| HSL | 290.45º | 0.88% | 0.51% | - |
| HSV(B) | 290.45º | 0.92% | 0.94% | - |
| XYZ | 41.16 | 19.77 | 84.09 | - |
| YUV | 100.4 | 206.79 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 240 | 0.15 | 0.92 | 0 | 0.06 | 290.45 | 0.88 | 0.51 |
| Hex | CD | 14 | F0 | F | 5C | 0 | 6 | 122 | 58 | 33 |
| Octal | 315 | 24 | 360 | 17 | 134 | 0 | 6 | 442 | 130 | 63 |
| Binary | 11001101 | 10100 | 11110000 | 1111 | 1011100 | 0 | 110 | 100100010 | 1011000 | 110011 |
Color Harmonies of #CD14F0
Complementary color
Monochromatic Colors of #CD14F0
Black with #CD14F0
Text Example
Text Example
White with #CD14F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14F0; }
p { color: rgb(205,20,240); }
H1.HeaderClassName
{
color: #CD14F0;
}
.AnyTagClassName
{
color: #CD14F0;
}
</style>
background-color css
<style>
a { background-color: #CD14F0; }
a { background-color: rgb(205,20,240); }
div.DivClassName
{
background-color: #CD14F0;
}
.BgClassName
{
background-color: #CD14F0;
}
</style>
border-color css
<style>
span { border-color: #CD14F0; }
span { border-color: rgb(205,20,240); }
td.TdClassName
{
border-color: #CD14F0;
}
.TagClassName
{
border-color: #CD14F0;
}
</style>