Html Css Color HEX #CB04ED Electric Purple

📋 copy color: '#CB04ED'

red 203 ◦ green 4 ◦ blue 237

#CB04ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CB04ED

Tints of Electric Purple #CB04ED

RGB

 RED value IS 203 (79.69% from 255) = 45.72%

 GREEN value IS 4 (1.95% from 255) = 0.9%

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 45.72%
G = 0.9%
B = 53.38%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB04ED (or 0xCB04ED) is known color: 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

RGB 203 4 237 -
CMYK 0.14 0.98 0 0.07
HSL 291.24º 0.97% 0.47% -
HSV(B) 291.24º 0.98% 0.93% -
XYZ 39.96 18.9 81.66 -
YUV 90.06 210.93 208.55 -
System Red Green Blue C M Y K H S L
Decimal 203 4 237 0.14 0.98 0 0.07 291.24 0.97 0.47
Hex CB 4 ED E 62 0 7 123 61 2F
Octal 313 4 355 16 142 0 7 443 141 57
Binary 11001011 100 11101101 1110 1100010 0 111 100100011 1100001 101111

Color Harmonies of #CB04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB04ED

Black with #CB04ED

Text Example


Text Example

White with #CB04ED

Text Example


Text Example

HTML Codes & Css Web 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>