Shades of Electric Purple #CD0CFF
Tints of Electric Purple #CD0CFF
RGB
CMYK
RGB Variations
Color information
#CD0CFF (or 0xCD0CFF) is known color: Electric Purple. HEX triplet: CD, 0C and FF. RGB value is (205,12,255). Sum of RGB (Red+Green+Blue) = 205+12+255=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 12 (5.08% from 255 or 2.54% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD0CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD0CFF is #32F300. Grayscale: #606060. Windows color (decimal): -3339009 or 16714957. OLE color: 16714957.
HSL color Cylindrical-coordinate representation of color #CD0CFF: hue angle of 287.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0CFF is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 12 | 255 | - |
| CMYK | 0.20 | 0.95 | 0 | 0 |
| HSL | 287.65º | 1% | 0.52% | - |
| HSV(B) | 287.65º | 0.95% | 1% | - |
| XYZ | 43.36 | 20.46 | 96.27 | - |
| YUV | 97.41 | 216.94 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 255 | 0.20 | 0.95 | 0 | 0 | 287.65 | 1 | 0.52 |
| Hex | CD | C | FF | 14 | 5F | 0 | 0 | 120 | 64 | 34 |
| Octal | 315 | 14 | 377 | 24 | 137 | 0 | 0 | 440 | 144 | 64 |
| Binary | 11001101 | 1100 | 11111111 | 10100 | 1011111 | 0 | 0 | 100100000 | 1100100 | 110100 |
Color Harmonies of #CD0CFF
Complementary color
Monochromatic Colors of #CD0CFF
Black with #CD0CFF
Text Example
Text Example
White with #CD0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CFF; }
p { color: rgb(205,12,255); }
H1.HeaderClassName
{
color: #CD0CFF;
}
.AnyTagClassName
{
color: #CD0CFF;
}
</style>
background-color css
<style>
a { background-color: #CD0CFF; }
a { background-color: rgb(205,12,255); }
div.DivClassName
{
background-color: #CD0CFF;
}
.BgClassName
{
background-color: #CD0CFF;
}
</style>
border-color css
<style>
span { border-color: #CD0CFF; }
span { border-color: rgb(205,12,255); }
td.TdClassName
{
border-color: #CD0CFF;
}
.TagClassName
{
border-color: #CD0CFF;
}
</style>