#CB08EB

Color #CB08EB Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CB08EB

Tints of Electric Purple #CB08EB

Color information

#CB08EB (or 0xCB08EB) is unknown color: approx Electric Purple. HEX triplet: CB, 08 and EB. RGB value is (203,8,235). Sum of RGB (Red+Green+Blue) = 203+8+235=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB08EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB08EB is #34F714. Grayscale: #5B5B5B. Windows color (decimal): -3471125 or 15403211. OLE color: 15403211.

HSL color Cylindrical-coordinate representation of color #CB08EB: hue angle of 291.54º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB08EB is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2038235-
CMYK0.140.9700.08
HSL291.54º93.42%47.65%-
HSV(B)291.54º96.6%92.16%-
XYZ39.7118.8780.15-
YUV92.18208.6207.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 8 (3.52% from 255) = 1.79%
BLUE value IS 235 (92.19% from 255) = 52.69%
R=45.52%
G=1.79%
B=52.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal20382350.140.9700.08291.5493.4247.65
HexCB8EBE61081245d30
Octal313103531614101044413560
Binary1100101110001110101111101100001010001001001001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB08EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB08EB; }

 p { color: rgb(203,8,235); }

 H1.HeaderClassName
 {
   color: #CB08EB;
 }
 .AnyTagClassName
 {
   color: #CB08EB;
 }
</style>
background-color css

<style>
 a { background-color: #CB08EB; }

 a { background-color: rgb(203,8,235); }

 div.DivClassName
 {
   background-color: #CB08EB;
 }
 .BgClassName
 {
   background-color: #CB08EB;
 }
</style>
border-color css

<style>
 span { border-color: #CB08EB; }

 span { border-color: rgb(203,8,235); }

 td.TdClassName
 {
   border-color: #CB08EB;
 }
 .TagClassName
 {
   border-color: #CB08EB;
 }
</style>