Shades of Electric Purple #CB0DF2
Tints of Electric Purple #CB0DF2
RGB
CMYK
RGB Variations
Color information
#CB0DF2 (or 0xCB0DF2) is known color: Electric Purple. HEX triplet: CB, 0D and F2. RGB value is (203,13,242). Sum of RGB (Red+Green+Blue) = 203+13+242=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 242 (94.92% from 255 or 52.84% from 458); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB0DF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0DF2 is #34F20D. Grayscale: #5F5F5F. Windows color (decimal): -3469838 or 15863243. OLE color: 15863243.
HSL color Cylindrical-coordinate representation of color #CB0DF2: hue angle of 289.78º 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 #CB0DF2 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 13 | 242 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.05 |
| HSL | 289.78º | 0.9% | 0.5% | - |
| HSV(B) | 289.78º | 0.95% | 0.95% | - |
| XYZ | 40.8 | 19.4 | 85.6 | - |
| YUV | 95.92 | 210.45 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 242 | 0.16 | 0.95 | 0 | 0.05 | 289.78 | 0.9 | 0.5 |
| Hex | CB | D | F2 | 10 | 5F | 0 | 5 | 122 | 5A | 32 |
| Octal | 313 | 15 | 362 | 20 | 137 | 0 | 5 | 442 | 132 | 62 |
| Binary | 11001011 | 1101 | 11110010 | 10000 | 1011111 | 0 | 101 | 100100010 | 1011010 | 110010 |
Color Harmonies of #CB0DF2
Complementary color
Monochromatic Colors of #CB0DF2
Black with #CB0DF2
Text Example
Text Example
White with #CB0DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0DF2; }
p { color: rgb(203,13,242); }
H1.HeaderClassName
{
color: #CB0DF2;
}
.AnyTagClassName
{
color: #CB0DF2;
}
</style>
background-color css
<style>
a { background-color: #CB0DF2; }
a { background-color: rgb(203,13,242); }
div.DivClassName
{
background-color: #CB0DF2;
}
.BgClassName
{
background-color: #CB0DF2;
}
</style>
border-color css
<style>
span { border-color: #CB0DF2; }
span { border-color: rgb(203,13,242); }
td.TdClassName
{
border-color: #CB0DF2;
}
.TagClassName
{
border-color: #CB0DF2;
}
</style>