Shades of Electric Purple #CD10F2
Tints of Electric Purple #CD10F2
RGB
CMYK
RGB Variations
Color information
#CD10F2 (or 0xCD10F2) is known color: Electric Purple. HEX triplet: CD, 10 and F2. RGB value is (205,16,242). Sum of RGB (Red+Green+Blue) = 205+16+242=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD10F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD10F2 is #32EF0D. Grayscale: #616161. Windows color (decimal): -3337998 or 15864013. OLE color: 15864013.
HSL color Cylindrical-coordinate representation of color #CD10F2: hue angle of 290.18º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD10F2 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 16 | 242 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.05 |
| HSL | 290.18º | 0.9% | 0.51% | - |
| HSV(B) | 290.18º | 0.93% | 0.95% | - |
| XYZ | 41.39 | 19.76 | 85.64 | - |
| YUV | 98.28 | 209.12 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 242 | 0.15 | 0.93 | 0 | 0.05 | 290.18 | 0.9 | 0.51 |
| Hex | CD | 10 | F2 | F | 5D | 0 | 5 | 122 | 5A | 33 |
| Octal | 315 | 20 | 362 | 17 | 135 | 0 | 5 | 442 | 132 | 63 |
| Binary | 11001101 | 10000 | 11110010 | 1111 | 1011101 | 0 | 101 | 100100010 | 1011010 | 110011 |
Color Harmonies of #CD10F2
Complementary color
Monochromatic Colors of #CD10F2
Black with #CD10F2
Text Example
Text Example
White with #CD10F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD10F2; }
p { color: rgb(205,16,242); }
H1.HeaderClassName
{
color: #CD10F2;
}
.AnyTagClassName
{
color: #CD10F2;
}
</style>
background-color css
<style>
a { background-color: #CD10F2; }
a { background-color: rgb(205,16,242); }
div.DivClassName
{
background-color: #CD10F2;
}
.BgClassName
{
background-color: #CD10F2;
}
</style>
border-color css
<style>
span { border-color: #CD10F2; }
span { border-color: rgb(205,16,242); }
td.TdClassName
{
border-color: #CD10F2;
}
.TagClassName
{
border-color: #CD10F2;
}
</style>