Shades of Electric Purple #CB0DF1
Tints of Electric Purple #CB0DF1
RGB
CMYK
RGB Variations
Color information
#CB0DF1 (or 0xCB0DF1) is known color: Electric Purple. HEX triplet: CB, 0D and F1. RGB value is (203,13,241). Sum of RGB (Red+Green+Blue) = 203+13+241=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB0DF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0DF1 is #34F20E. Grayscale: #5F5F5F. Windows color (decimal): -3469839 or 15797707. OLE color: 15797707.
HSL color Cylindrical-coordinate representation of color #CB0DF1: hue angle of 290º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0DF1 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 13 | 241 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.05 |
| HSL | 290º | 0.9% | 0.5% | - |
| HSV(B) | 290º | 0.95% | 0.95% | - |
| XYZ | 40.65 | 19.34 | 84.81 | - |
| YUV | 95.8 | 209.95 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 241 | 0.16 | 0.95 | 0 | 0.05 | 290 | 0.9 | 0.5 |
| Hex | CB | D | F1 | 10 | 5F | 0 | 5 | 122 | 5A | 32 |
| Octal | 313 | 15 | 361 | 20 | 137 | 0 | 5 | 442 | 132 | 62 |
| Binary | 11001011 | 1101 | 11110001 | 10000 | 1011111 | 0 | 101 | 100100010 | 1011010 | 110010 |
Color Harmonies of #CB0DF1
Complementary color
Monochromatic Colors of #CB0DF1
Black with #CB0DF1
Text Example
Text Example
White with #CB0DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0DF1; }
p { color: rgb(203,13,241); }
H1.HeaderClassName
{
color: #CB0DF1;
}
.AnyTagClassName
{
color: #CB0DF1;
}
</style>
background-color css
<style>
a { background-color: #CB0DF1; }
a { background-color: rgb(203,13,241); }
div.DivClassName
{
background-color: #CB0DF1;
}
.BgClassName
{
background-color: #CB0DF1;
}
</style>
border-color css
<style>
span { border-color: #CB0DF1; }
span { border-color: rgb(203,13,241); }
td.TdClassName
{
border-color: #CB0DF1;
}
.TagClassName
{
border-color: #CB0DF1;
}
</style>