Shades of Electric Purple #CB2FFD
Tints of Electric Purple #CB2FFD
RGB
CMYK
RGB Variations
Color information
#CB2FFD (or 0xCB2FFD) is known color: Electric Purple. HEX triplet: CB, 2F and FD. RGB value is (203,47,253). Sum of RGB (Red+Green+Blue) = 203+47+253=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 47 (18.75% from 255 or 9.34% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB2FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2FFD is #34D002. Grayscale: #747474. Windows color (decimal): -3461123 or 16592843. OLE color: 16592843.
HSL color Cylindrical-coordinate representation of color #CB2FFD: hue angle of 285.44º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2FFD is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 47 | 253 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.01 |
| HSL | 285.44º | 0.98% | 0.59% | - |
| HSV(B) | 285.44º | 0.81% | 0.99% | - |
| XYZ | 43.37 | 21.82 | 94.85 | - |
| YUV | 117.13 | 204.68 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 253 | 0.20 | 0.81 | 0 | 0.01 | 285.44 | 0.98 | 0.59 |
| Hex | CB | 2F | FD | 14 | 51 | 0 | 1 | 11D | 62 | 3B |
| Octal | 313 | 57 | 375 | 24 | 121 | 0 | 1 | 435 | 142 | 73 |
| Binary | 11001011 | 101111 | 11111101 | 10100 | 1010001 | 0 | 1 | 100011101 | 1100010 | 111011 |
Color Harmonies of #CB2FFD
Complementary color
Monochromatic Colors of #CB2FFD
Black with #CB2FFD
Text Example
Text Example
White with #CB2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FFD; }
p { color: rgb(203,47,253); }
H1.HeaderClassName
{
color: #CB2FFD;
}
.AnyTagClassName
{
color: #CB2FFD;
}
</style>
background-color css
<style>
a { background-color: #CB2FFD; }
a { background-color: rgb(203,47,253); }
div.DivClassName
{
background-color: #CB2FFD;
}
.BgClassName
{
background-color: #CB2FFD;
}
</style>
border-color css
<style>
span { border-color: #CB2FFD; }
span { border-color: rgb(203,47,253); }
td.TdClassName
{
border-color: #CB2FFD;
}
.TagClassName
{
border-color: #CB2FFD;
}
</style>