Shades of Electric Purple #CB0BFD
Tints of Electric Purple #CB0BFD
RGB
CMYK
RGB Variations
Color information
#CB0BFD (or 0xCB0BFD) is known color: Electric Purple. HEX triplet: CB, 0B and FD. RGB value is (203,11,253). Sum of RGB (Red+Green+Blue) = 203+11+253=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB0BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0BFD is #34F402. Grayscale: #5F5F5F. Windows color (decimal): -3470339 or 16583627. OLE color: 16583627.
HSL color Cylindrical-coordinate representation of color #CB0BFD: hue angle of 287.6º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0BFD is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 11 | 253 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.01 |
| HSL | 287.6º | 0.98% | 0.52% | - |
| HSV(B) | 287.6º | 0.96% | 0.99% | - |
| XYZ | 42.48 | 20.03 | 94.56 | - |
| YUV | 96 | 216.61 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 253 | 0.20 | 0.96 | 0 | 0.01 | 287.6 | 0.98 | 0.52 |
| Hex | CB | B | FD | 14 | 60 | 0 | 1 | 120 | 62 | 34 |
| Octal | 313 | 13 | 375 | 24 | 140 | 0 | 1 | 440 | 142 | 64 |
| Binary | 11001011 | 1011 | 11111101 | 10100 | 1100000 | 0 | 1 | 100100000 | 1100010 | 110100 |
Color Harmonies of #CB0BFD
Complementary color
Monochromatic Colors of #CB0BFD
Black with #CB0BFD
Text Example
Text Example
White with #CB0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0BFD; }
p { color: rgb(203,11,253); }
H1.HeaderClassName
{
color: #CB0BFD;
}
.AnyTagClassName
{
color: #CB0BFD;
}
</style>
background-color css
<style>
a { background-color: #CB0BFD; }
a { background-color: rgb(203,11,253); }
div.DivClassName
{
background-color: #CB0BFD;
}
.BgClassName
{
background-color: #CB0BFD;
}
</style>
border-color css
<style>
span { border-color: #CB0BFD; }
span { border-color: rgb(203,11,253); }
td.TdClassName
{
border-color: #CB0BFD;
}
.TagClassName
{
border-color: #CB0BFD;
}
</style>