#CB04ED

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

Shades of Electric Purple #CB04ED

Tints of Electric Purple #CB04ED

Color information

#CB04ED (or 0xCB04ED) is unknown color: approx Electric Purple. HEX triplet: CB, 04 and ED. RGB value is (203,4,237). Sum of RGB (Red+Green+Blue) = 203+4+237=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB04ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB04ED is #34FB12. Grayscale: #595959. Windows color (decimal): -3472147 or 15533259. OLE color: 15533259.

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

Color convert

RGB2034237-
CMYK0.140.9800.07
HSL291.24º96.68%47.25%-
HSV(B)291.24º98.31%92.94%-
XYZ39.9618.981.66-
YUV90.06210.93208.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 4 (1.95% from 255) = 0.90%
BLUE value IS 237 (92.97% from 255) = 53.38%
R=45.72%
G=0.90%
B=53.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20342370.140.9800.07291.2496.6847.25
HexCB4EDE6207123612f
Octal3134355161420744314157
Binary11001011100111011011110110001001111001000111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB04ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB04ED; }

 p { color: rgb(203,4,237); }

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

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

 a { background-color: rgb(203,4,237); }

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

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

 span { border-color: rgb(203,4,237); }

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