Shades of Electric Purple #CD1FFF
Tints of Electric Purple #CD1FFF
RGB
CMYK
RGB Variations
Color information
#CD1FFF (or 0xCD1FFF) is known color: Electric Purple. HEX triplet: CD, 1F and FF. RGB value is (205,31,255). Sum of RGB (Red+Green+Blue) = 205+31+255=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 31 (12.5% from 255 or 6.31% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD1FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD1FFF is #32E000. Grayscale: #6B6B6B. Windows color (decimal): -3334145 or 16719821. OLE color: 16719821.
HSL color Cylindrical-coordinate representation of color #CD1FFF: hue angle of 286.61º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1FFF is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 31 | 255 | - |
| CMYK | 0.20 | 0.88 | 0 | 0 |
| HSL | 286.61º | 1% | 0.56% | - |
| HSV(B) | 286.61º | 0.88% | 1% | - |
| XYZ | 43.72 | 21.18 | 96.39 | - |
| YUV | 108.56 | 210.65 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 31 | 255 | 0.20 | 0.88 | 0 | 0 | 286.61 | 1 | 0.56 |
| Hex | CD | 1F | FF | 14 | 58 | 0 | 0 | 11F | 64 | 38 |
| Octal | 315 | 37 | 377 | 24 | 130 | 0 | 0 | 437 | 144 | 70 |
| Binary | 11001101 | 11111 | 11111111 | 10100 | 1011000 | 0 | 0 | 100011111 | 1100100 | 111000 |
Color Harmonies of #CD1FFF
Complementary color
Monochromatic Colors of #CD1FFF
Black with #CD1FFF
Text Example
Text Example
White with #CD1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1FFF; }
p { color: rgb(205,31,255); }
H1.HeaderClassName
{
color: #CD1FFF;
}
.AnyTagClassName
{
color: #CD1FFF;
}
</style>
background-color css
<style>
a { background-color: #CD1FFF; }
a { background-color: rgb(205,31,255); }
div.DivClassName
{
background-color: #CD1FFF;
}
.BgClassName
{
background-color: #CD1FFF;
}
</style>
border-color css
<style>
span { border-color: #CD1FFF; }
span { border-color: rgb(205,31,255); }
td.TdClassName
{
border-color: #CD1FFF;
}
.TagClassName
{
border-color: #CD1FFF;
}
</style>