Shades of Electric Purple #CD1CF2
Tints of Electric Purple #CD1CF2
RGB
CMYK
RGB Variations
Color information
#CD1CF2 (or 0xCD1CF2) is known color: Electric Purple. HEX triplet: CD, 1C and F2. RGB value is (205,28,242). Sum of RGB (Red+Green+Blue) = 205+28+242=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD1CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD1CF2 is #32E30D. Grayscale: #686868. Windows color (decimal): -3334926 or 15867085. OLE color: 15867085.
HSL color Cylindrical-coordinate representation of color #CD1CF2: hue angle of 289.63º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1CF2 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 28 | 242 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.05 |
| HSL | 289.63º | 0.89% | 0.53% | - |
| HSV(B) | 289.63º | 0.88% | 0.95% | - |
| XYZ | 41.62 | 20.22 | 85.71 | - |
| YUV | 105.32 | 205.14 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 28 | 242 | 0.15 | 0.88 | 0 | 0.05 | 289.63 | 0.89 | 0.53 |
| Hex | CD | 1C | F2 | F | 58 | 0 | 5 | 122 | 59 | 35 |
| Octal | 315 | 34 | 362 | 17 | 130 | 0 | 5 | 442 | 131 | 65 |
| Binary | 11001101 | 11100 | 11110010 | 1111 | 1011000 | 0 | 101 | 100100010 | 1011001 | 110101 |
Color Harmonies of #CD1CF2
Complementary color
Monochromatic Colors of #CD1CF2
Black with #CD1CF2
Text Example
Text Example
White with #CD1CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1CF2; }
p { color: rgb(205,28,242); }
H1.HeaderClassName
{
color: #CD1CF2;
}
.AnyTagClassName
{
color: #CD1CF2;
}
</style>
background-color css
<style>
a { background-color: #CD1CF2; }
a { background-color: rgb(205,28,242); }
div.DivClassName
{
background-color: #CD1CF2;
}
.BgClassName
{
background-color: #CD1CF2;
}
</style>
border-color css
<style>
span { border-color: #CD1CF2; }
span { border-color: rgb(205,28,242); }
td.TdClassName
{
border-color: #CD1CF2;
}
.TagClassName
{
border-color: #CD1CF2;
}
</style>