Html Css Color HEX #CB19ED Electric Purple

📋 copy color: '#CB19ED'

red 203 ◦ green 25 ◦ blue 237

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

Shades of Electric Purple #CB19ED

Tints of Electric Purple #CB19ED

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.38%

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

R = 43.66%
G = 5.38%
B = 50.97%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB19ED (or 0xCB19ED) is known color: Electric Purple. HEX triplet: CB, 19 and ED. RGB value is (203,25,237). Sum of RGB (Red+Green+Blue) = 203+25+237=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB19ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB19ED is #34E612. Grayscale: #656565. Windows color (decimal): -3466771 or 15538635. OLE color: 15538635.

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

Color convert

RGB 203 25 237 -
CMYK 0.14 0.89 0 0.07
HSL 290.38º 0.85% 0.51% -
HSV(B) 290.38º 0.89% 0.93% -
XYZ 40.26 19.51 81.76 -
YUV 102.39 203.97 199.76 -
System Red Green Blue C M Y K H S L
Decimal 203 25 237 0.14 0.89 0 0.07 290.38 0.85 0.51
Hex CB 19 ED E 59 0 7 122 55 33
Octal 313 31 355 16 131 0 7 442 125 63
Binary 11001011 11001 11101101 1110 1011001 0 111 100100010 1010101 110011

Color Harmonies of #CB19ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB19ED

Black with #CB19ED

Text Example


Text Example

White with #CB19ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB19ED; }

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

 H1.HeaderClassName
 {
   color: #CB19ED;
 }
 .AnyTagClassName
 {
   color: #CB19ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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