Shades of Electric Purple #CD14F2
Tints of Electric Purple #CD14F2
RGB
CMYK
RGB Variations
Color information
#CD14F2 (or 0xCD14F2) is known color: Electric Purple. HEX triplet: CD, 14 and F2. RGB value is (205,20,242). Sum of RGB (Red+Green+Blue) = 205+20+242=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD14F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD14F2 is #32EB0D. Grayscale: #636363. Windows color (decimal): -3336974 or 15865037. OLE color: 15865037.
HSL color Cylindrical-coordinate representation of color #CD14F2: hue angle of 290º 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 #CD14F2 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 20 | 242 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.05 |
| HSL | 290º | 0.9% | 0.51% | - |
| HSV(B) | 290º | 0.92% | 0.95% | - |
| XYZ | 41.45 | 19.89 | 85.66 | - |
| YUV | 100.62 | 207.79 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 242 | 0.15 | 0.92 | 0 | 0.05 | 290 | 0.9 | 0.51 |
| Hex | CD | 14 | F2 | F | 5C | 0 | 5 | 122 | 5A | 33 |
| Octal | 315 | 24 | 362 | 17 | 134 | 0 | 5 | 442 | 132 | 63 |
| Binary | 11001101 | 10100 | 11110010 | 1111 | 1011100 | 0 | 101 | 100100010 | 1011010 | 110011 |
Color Harmonies of #CD14F2
Complementary color
Monochromatic Colors of #CD14F2
Black with #CD14F2
Text Example
Text Example
White with #CD14F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14F2; }
p { color: rgb(205,20,242); }
H1.HeaderClassName
{
color: #CD14F2;
}
.AnyTagClassName
{
color: #CD14F2;
}
</style>
background-color css
<style>
a { background-color: #CD14F2; }
a { background-color: rgb(205,20,242); }
div.DivClassName
{
background-color: #CD14F2;
}
.BgClassName
{
background-color: #CD14F2;
}
</style>
border-color css
<style>
span { border-color: #CD14F2; }
span { border-color: rgb(205,20,242); }
td.TdClassName
{
border-color: #CD14F2;
}
.TagClassName
{
border-color: #CD14F2;
}
</style>