Shades of Electric Purple #CB0DF3
Tints of Electric Purple #CB0DF3
RGB
CMYK
RGB Variations
Color information
#CB0DF3 (or 0xCB0DF3) is known color: Electric Purple. HEX triplet: CB, 0D and F3. RGB value is (203,13,243). Sum of RGB (Red+Green+Blue) = 203+13+243=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 243 (95.31% from 255 or 52.94% from 459); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB0DF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0DF3 is #34F20C. Grayscale: #5F5F5F. Windows color (decimal): -3469837 or 15928779. OLE color: 15928779.
HSL color Cylindrical-coordinate representation of color #CB0DF3: hue angle of 289.57º degrees, saturation: 0.91, 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 #CB0DF3 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 13 | 243 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.05 |
| HSL | 289.57º | 0.91% | 0.5% | - |
| HSV(B) | 289.57º | 0.95% | 0.95% | - |
| XYZ | 40.95 | 19.46 | 86.39 | - |
| YUV | 96.03 | 210.95 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 243 | 0.16 | 0.95 | 0 | 0.05 | 289.57 | 0.91 | 0.5 |
| Hex | CB | D | F3 | 10 | 5F | 0 | 5 | 122 | 5B | 32 |
| Octal | 313 | 15 | 363 | 20 | 137 | 0 | 5 | 442 | 133 | 62 |
| Binary | 11001011 | 1101 | 11110011 | 10000 | 1011111 | 0 | 101 | 100100010 | 1011011 | 110010 |
Color Harmonies of #CB0DF3
Complementary color
Monochromatic Colors of #CB0DF3
Black with #CB0DF3
Text Example
Text Example
White with #CB0DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0DF3; }
p { color: rgb(203,13,243); }
H1.HeaderClassName
{
color: #CB0DF3;
}
.AnyTagClassName
{
color: #CB0DF3;
}
</style>
background-color css
<style>
a { background-color: #CB0DF3; }
a { background-color: rgb(203,13,243); }
div.DivClassName
{
background-color: #CB0DF3;
}
.BgClassName
{
background-color: #CB0DF3;
}
</style>
border-color css
<style>
span { border-color: #CB0DF3; }
span { border-color: rgb(203,13,243); }
td.TdClassName
{
border-color: #CB0DF3;
}
.TagClassName
{
border-color: #CB0DF3;
}
</style>