Shades of Electric Purple #CD1CFF
Tints of Electric Purple #CD1CFF
RGB
CMYK
RGB Variations
Color information
#CD1CFF (or 0xCD1CFF) is known color: Electric Purple. HEX triplet: CD, 1C and FF. RGB value is (205,28,255). Sum of RGB (Red+Green+Blue) = 205+28+255=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 28 (11.33% from 255 or 5.74% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD1CFF is #32E300. Grayscale: #6A6A6A. Windows color (decimal): -3334913 or 16719053. OLE color: 16719053.
HSL color Cylindrical-coordinate representation of color #CD1CFF: hue angle of 286.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD1CFF is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 28 | 255 | - |
| CMYK | 0.20 | 0.89 | 0 | 0 |
| HSL | 286.78º | 1% | 0.55% | - |
| HSV(B) | 286.78º | 0.89% | 1% | - |
| XYZ | 43.64 | 21.03 | 96.37 | - |
| YUV | 106.8 | 211.64 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 28 | 255 | 0.20 | 0.89 | 0 | 0 | 286.78 | 1 | 0.55 |
| Hex | CD | 1C | FF | 14 | 59 | 0 | 0 | 11F | 64 | 37 |
| Octal | 315 | 34 | 377 | 24 | 131 | 0 | 0 | 437 | 144 | 67 |
| Binary | 11001101 | 11100 | 11111111 | 10100 | 1011001 | 0 | 0 | 100011111 | 1100100 | 110111 |
Color Harmonies of #CD1CFF
Complementary color
Monochromatic Colors of #CD1CFF
Black with #CD1CFF
Text Example
Text Example
White with #CD1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1CFF; }
p { color: rgb(205,28,255); }
H1.HeaderClassName
{
color: #CD1CFF;
}
.AnyTagClassName
{
color: #CD1CFF;
}
</style>
background-color css
<style>
a { background-color: #CD1CFF; }
a { background-color: rgb(205,28,255); }
div.DivClassName
{
background-color: #CD1CFF;
}
.BgClassName
{
background-color: #CD1CFF;
}
</style>
border-color css
<style>
span { border-color: #CD1CFF; }
span { border-color: rgb(205,28,255); }
td.TdClassName
{
border-color: #CD1CFF;
}
.TagClassName
{
border-color: #CD1CFF;
}
</style>