Shades of Electric Purple #CD1CFC
Tints of Electric Purple #CD1CFC
RGB
CMYK
RGB Variations
Color information
#CD1CFC (or 0xCD1CFC) is known color: Electric Purple. HEX triplet: CD, 1C and FC. RGB value is (205,28,252). Sum of RGB (Red+Green+Blue) = 205+28+252=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD1CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD1CFC is #32E303. Grayscale: #696969. Windows color (decimal): -3334916 or 16522445. OLE color: 16522445.
HSL color Cylindrical-coordinate representation of color #CD1CFC: hue angle of 287.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD1CFC is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 28 | 252 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.01 |
| HSL | 287.41º | 0.97% | 0.55% | - |
| HSV(B) | 287.41º | 0.89% | 0.99% | - |
| XYZ | 43.16 | 20.84 | 93.84 | - |
| YUV | 106.46 | 210.14 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 28 | 252 | 0.19 | 0.89 | 0 | 0.01 | 287.41 | 0.97 | 0.55 |
| Hex | CD | 1C | FC | 13 | 59 | 0 | 1 | 11F | 61 | 37 |
| Octal | 315 | 34 | 374 | 23 | 131 | 0 | 1 | 437 | 141 | 67 |
| Binary | 11001101 | 11100 | 11111100 | 10011 | 1011001 | 0 | 1 | 100011111 | 1100001 | 110111 |
Color Harmonies of #CD1CFC
Complementary color
Monochromatic Colors of #CD1CFC
Black with #CD1CFC
Text Example
Text Example
White with #CD1CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1CFC; }
p { color: rgb(205,28,252); }
H1.HeaderClassName
{
color: #CD1CFC;
}
.AnyTagClassName
{
color: #CD1CFC;
}
</style>
background-color css
<style>
a { background-color: #CD1CFC; }
a { background-color: rgb(205,28,252); }
div.DivClassName
{
background-color: #CD1CFC;
}
.BgClassName
{
background-color: #CD1CFC;
}
</style>
border-color css
<style>
span { border-color: #CD1CFC; }
span { border-color: rgb(205,28,252); }
td.TdClassName
{
border-color: #CD1CFC;
}
.TagClassName
{
border-color: #CD1CFC;
}
</style>