Shades of Electric Purple #CC1BFD
Tints of Electric Purple #CC1BFD
RGB
CMYK
RGB Variations
Color information
#CC1BFD (or 0xCC1BFD) is known color: Electric Purple. HEX triplet: CC, 1B and FD. RGB value is (204,27,253). Sum of RGB (Red+Green+Blue) = 204+27+253=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC1BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BFD is #33E402. Grayscale: #686868. Windows color (decimal): -3400707 or 16587724. OLE color: 16587724.
HSL color Cylindrical-coordinate representation of color #CC1BFD: hue angle of 286.99º degrees, saturation: 0.98, 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 #CC1BFD is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 27 | 253 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.01 |
| HSL | 286.99º | 0.98% | 0.55% | - |
| HSV(B) | 286.99º | 0.89% | 0.99% | - |
| XYZ | 43.02 | 20.71 | 94.66 | - |
| YUV | 105.69 | 211.14 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 253 | 0.19 | 0.89 | 0 | 0.01 | 286.99 | 0.98 | 0.55 |
| Hex | CC | 1B | FD | 13 | 59 | 0 | 1 | 11F | 62 | 37 |
| Octal | 314 | 33 | 375 | 23 | 131 | 0 | 1 | 437 | 142 | 67 |
| Binary | 11001100 | 11011 | 11111101 | 10011 | 1011001 | 0 | 1 | 100011111 | 1100010 | 110111 |
Color Harmonies of #CC1BFD
Complementary color
Monochromatic Colors of #CC1BFD
Black with #CC1BFD
Text Example
Text Example
White with #CC1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BFD; }
p { color: rgb(204,27,253); }
H1.HeaderClassName
{
color: #CC1BFD;
}
.AnyTagClassName
{
color: #CC1BFD;
}
</style>
background-color css
<style>
a { background-color: #CC1BFD; }
a { background-color: rgb(204,27,253); }
div.DivClassName
{
background-color: #CC1BFD;
}
.BgClassName
{
background-color: #CC1BFD;
}
</style>
border-color css
<style>
span { border-color: #CC1BFD; }
span { border-color: rgb(204,27,253); }
td.TdClassName
{
border-color: #CC1BFD;
}
.TagClassName
{
border-color: #CC1BFD;
}
</style>