Shades of Electric Purple #CB0CFF
Tints of Electric Purple #CB0CFF
RGB
CMYK
RGB Variations
Color information
#CB0CFF (or 0xCB0CFF) is known color: Electric Purple. HEX triplet: CB, 0C and FF. RGB value is (203,12,255). Sum of RGB (Red+Green+Blue) = 203+12+255=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 12 (5.08% from 255 or 2.55% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB0CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0CFF is #34F300. Grayscale: #606060. Windows color (decimal): -3470081 or 16714955. OLE color: 16714955.
HSL color Cylindrical-coordinate representation of color #CB0CFF: hue angle of 287.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0CFF is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 12 | 255 | - |
| CMYK | 0.20 | 0.95 | 0 | 0 |
| HSL | 287.16º | 1% | 0.52% | - |
| HSV(B) | 287.16º | 0.95% | 1% | - |
| XYZ | 42.81 | 20.18 | 96.25 | - |
| YUV | 96.81 | 217.28 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 255 | 0.20 | 0.95 | 0 | 0 | 287.16 | 1 | 0.52 |
| Hex | CB | C | FF | 14 | 5F | 0 | 0 | 11F | 64 | 34 |
| Octal | 313 | 14 | 377 | 24 | 137 | 0 | 0 | 437 | 144 | 64 |
| Binary | 11001011 | 1100 | 11111111 | 10100 | 1011111 | 0 | 0 | 100011111 | 1100100 | 110100 |
Color Harmonies of #CB0CFF
Complementary color
Monochromatic Colors of #CB0CFF
Black with #CB0CFF
Text Example
Text Example
White with #CB0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CFF; }
p { color: rgb(203,12,255); }
H1.HeaderClassName
{
color: #CB0CFF;
}
.AnyTagClassName
{
color: #CB0CFF;
}
</style>
background-color css
<style>
a { background-color: #CB0CFF; }
a { background-color: rgb(203,12,255); }
div.DivClassName
{
background-color: #CB0CFF;
}
.BgClassName
{
background-color: #CB0CFF;
}
</style>
border-color css
<style>
span { border-color: #CB0CFF; }
span { border-color: rgb(203,12,255); }
td.TdClassName
{
border-color: #CB0CFF;
}
.TagClassName
{
border-color: #CB0CFF;
}
</style>