Shades of Electric Purple #CD0CFE
Tints of Electric Purple #CD0CFE
RGB
CMYK
RGB Variations
Color information
#CD0CFE (or 0xCD0CFE) is known color: Electric Purple. HEX triplet: CD, 0C and FE. RGB value is (205,12,254). Sum of RGB (Red+Green+Blue) = 205+12+254=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 12 (5.08% from 255 or 2.55% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD0CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD0CFE is #32F301. Grayscale: #606060. Windows color (decimal): -3339010 or 16649421. OLE color: 16649421.
HSL color Cylindrical-coordinate representation of color #CD0CFE: hue angle of 287.85º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0CFE is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 12 | 254 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.00 |
| HSL | 287.85º | 0.99% | 0.52% | - |
| HSV(B) | 287.85º | 0.95% | 1% | - |
| XYZ | 43.2 | 20.4 | 95.43 | - |
| YUV | 97.3 | 216.44 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 254 | 0.19 | 0.95 | 0 | 0.00 | 287.85 | 0.99 | 0.52 |
| Hex | CD | C | FE | 13 | 5F | 0 | 0 | 120 | 63 | 34 |
| Octal | 315 | 14 | 376 | 23 | 137 | 0 | 0 | 440 | 143 | 64 |
| Binary | 11001101 | 1100 | 11111110 | 10011 | 1011111 | 0 | 0 | 100100000 | 1100011 | 110100 |
Color Harmonies of #CD0CFE
Complementary color
Monochromatic Colors of #CD0CFE
Black with #CD0CFE
Text Example
Text Example
White with #CD0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CFE; }
p { color: rgb(205,12,254); }
H1.HeaderClassName
{
color: #CD0CFE;
}
.AnyTagClassName
{
color: #CD0CFE;
}
</style>
background-color css
<style>
a { background-color: #CD0CFE; }
a { background-color: rgb(205,12,254); }
div.DivClassName
{
background-color: #CD0CFE;
}
.BgClassName
{
background-color: #CD0CFE;
}
</style>
border-color css
<style>
span { border-color: #CD0CFE; }
span { border-color: rgb(205,12,254); }
td.TdClassName
{
border-color: #CD0CFE;
}
.TagClassName
{
border-color: #CD0CFE;
}
</style>