Shades of Electric Purple #CD0FFD
Tints of Electric Purple #CD0FFD
RGB
CMYK
RGB Variations
Color information
#CD0FFD (or 0xCD0FFD) is known color: Electric Purple. HEX triplet: CD, 0F and FD. RGB value is (205,15,253). Sum of RGB (Red+Green+Blue) = 205+15+253=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD0FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD0FFD is #32F002. Grayscale: #626262. Windows color (decimal): -3338243 or 16584653. OLE color: 16584653.
HSL color Cylindrical-coordinate representation of color #CD0FFD: hue angle of 287.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0FFD is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 15 | 253 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.01 |
| HSL | 287.9º | 0.98% | 0.53% | - |
| HSV(B) | 287.9º | 0.94% | 0.99% | - |
| XYZ | 43.08 | 20.41 | 94.6 | - |
| YUV | 98.94 | 214.95 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 253 | 0.19 | 0.94 | 0 | 0.01 | 287.9 | 0.98 | 0.53 |
| Hex | CD | F | FD | 13 | 5E | 0 | 1 | 120 | 62 | 35 |
| Octal | 315 | 17 | 375 | 23 | 136 | 0 | 1 | 440 | 142 | 65 |
| Binary | 11001101 | 1111 | 11111101 | 10011 | 1011110 | 0 | 1 | 100100000 | 1100010 | 110101 |
Color Harmonies of #CD0FFD
Complementary color
Monochromatic Colors of #CD0FFD
Black with #CD0FFD
Text Example
Text Example
White with #CD0FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0FFD; }
p { color: rgb(205,15,253); }
H1.HeaderClassName
{
color: #CD0FFD;
}
.AnyTagClassName
{
color: #CD0FFD;
}
</style>
background-color css
<style>
a { background-color: #CD0FFD; }
a { background-color: rgb(205,15,253); }
div.DivClassName
{
background-color: #CD0FFD;
}
.BgClassName
{
background-color: #CD0FFD;
}
</style>
border-color css
<style>
span { border-color: #CD0FFD; }
span { border-color: rgb(205,15,253); }
td.TdClassName
{
border-color: #CD0FFD;
}
.TagClassName
{
border-color: #CD0FFD;
}
</style>