#CB21FE

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

Shades of Electric Purple #CB21FE

Tints of Electric Purple #CB21FE

Color information

#CB21FE (or 0xCB21FE) is unknown color: approx Electric Purple. HEX triplet: CB, 21 and FE. RGB value is (203,33,254). Sum of RGB (Red+Green+Blue) = 203+33+254=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 33 (13.28% from 255 or 6.73% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB21FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB21FE is #34DE01. Grayscale: #6C6C6C. Windows color (decimal): -3464706 or 16654795. OLE color: 16654795.

HSL color Cylindrical-coordinate representation of color #CB21FE: hue angle of 286.15º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB21FE is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20333254-
CMYK0.200.8700.00
HSL286.15º99.1%56.27%-
HSV(B)286.15º87.01%99.61%-
XYZ43.0620.9495.54-
YUV109.02209.82195.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 33 (13.28% from 255) = 6.73%
BLUE value IS 254 (99.61% from 255) = 51.84%
R=41.43%
G=6.73%
B=51.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal203332540.200.8700.00286.1599.156.27
HexCB21FE14570011e6338
Octal31341376241270043614370
Binary1100101110000111111110101001010111001000111101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB21FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB21FE; }

 p { color: rgb(203,33,254); }

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

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

 a { background-color: rgb(203,33,254); }

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

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

 span { border-color: rgb(203,33,254); }

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