Shades of Electric Purple #CC2BFD
Tints of Electric Purple #CC2BFD
RGB
CMYK
RGB Variations
Color information
#CC2BFD (or 0xCC2BFD) is known color: Electric Purple. HEX triplet: CC, 2B and FD. RGB value is (204,43,253). Sum of RGB (Red+Green+Blue) = 204+43+253=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 43 (17.19% from 255 or 8.6% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC2BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BFD is #33D402. Grayscale: #727272. Windows color (decimal): -3396611 or 16591820. OLE color: 16591820.
HSL color Cylindrical-coordinate representation of color #CC2BFD: hue angle of 286º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2BFD is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 43 | 253 | - |
CMYK | 0.19 | 0.83 | 0 | 0.01 |
HSL | 286º | 0.98% | 0.58% | - |
HSV(B) | 286º | 0.83% | 0.99% | - |
XYZ | 43.5 | 21.66 | 94.82 | - |
YUV | 115.08 | 205.84 | 191.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 43 | 253 | 0.19 | 0.83 | 0 | 0.01 | 286 | 0.98 | 0.58 |
Hex | CC | 2B | FD | 13 | 53 | 0 | 1 | 11E | 62 | 3A |
Octal | 314 | 53 | 375 | 23 | 123 | 0 | 1 | 436 | 142 | 72 |
Binary | 11001100 | 101011 | 11111101 | 10011 | 1010011 | 0 | 1 | 100011110 | 1100010 | 111010 |
Color Harmonies of #CC2BFD
Complementary color
Monochromatic Colors of #CC2BFD
Black with #CC2BFD
Text Example
Text Example
White with #CC2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BFD; }
p { color: rgb(204,43,253); }
H1.HeaderClassName
{
color: #CC2BFD;
}
.AnyTagClassName
{
color: #CC2BFD;
}
</style>
background-color css
<style>
a { background-color: #CC2BFD; }
a { background-color: rgb(204,43,253); }
div.DivClassName
{
background-color: #CC2BFD;
}
.BgClassName
{
background-color: #CC2BFD;
}
</style>
border-color css
<style>
span { border-color: #CC2BFD; }
span { border-color: rgb(204,43,253); }
td.TdClassName
{
border-color: #CC2BFD;
}
.TagClassName
{
border-color: #CC2BFD;
}
</style>