#CB0FEB

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

Shades of Electric Purple #CB0FEB

Tints of Electric Purple #CB0FEB

Color information

#CB0FEB (or 0xCB0FEB) is unknown color: approx Electric Purple. HEX triplet: CB, 0F and EB. RGB value is (203,15,235). Sum of RGB (Red+Green+Blue) = 203+15+235=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB0FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0FEB is #34F014. Grayscale: #5F5F5F. Windows color (decimal): -3469333 or 15405003. OLE color: 15405003.

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

Color convert

RGB20315235-
CMYK0.140.9400.08
HSL291.27º88%49.02%-
HSV(B)291.27º93.62%92.16%-
XYZ39.7919.0480.17-
YUV96.29206.28204.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 15 (6.25% from 255) = 3.31%
BLUE value IS 235 (92.19% from 255) = 51.88%
R=44.81%
G=3.31%
B=51.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal203152350.140.9400.08291.278849.02
HexCBFEBE5E081235831
Octal313173531613601044313061
Binary1100101111111110101111101011110010001001000111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0FEB; }

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

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

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

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

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

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

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

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