Html Css Color HEX #C21BEB Electric Purple

📋 copy color: '#C21BEB'

red 194 ◦ green 27 ◦ blue 235

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

Shades of Electric Purple #C21BEB

Tints of Electric Purple #C21BEB

RGB

 RED value IS 194 (76.17% from 255) = 42.54%

 GREEN value IS 27 (10.94% from 255) = 5.92%

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 42.54%
G = 5.92%
B = 51.54%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C21BEB (or 0xC21BEB) is known color: Electric Purple. HEX triplet: C2, 1B and EB. RGB value is (194,27,235). Sum of RGB (Red+Green+Blue) = 194+27+235=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #C21BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21BEB is #3DE414. Grayscale: #636363. Windows color (decimal): -4056085 or 15408066. OLE color: 15408066.

HSL color Cylindrical-coordinate representation of color #C21BEB: hue angle of 288.17º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21BEB is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 27 235 -
CMYK 0.17 0.89 0 0.08
HSL 288.17º 0.84% 0.51% -
HSV(B) 288.17º 0.89% 0.92% -
XYZ 37.64 18.25 80.14 -
YUV 100.65 203.83 194.59 -
System Red Green Blue C M Y K H S L
Decimal 194 27 235 0.17 0.89 0 0.08 288.17 0.84 0.51
Hex C2 1B EB 11 59 0 8 120 54 33
Octal 302 33 353 21 131 0 10 440 124 63
Binary 11000010 11011 11101011 10001 1011001 0 1000 100100000 1010100 110011

Color Harmonies of #C21BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BEB

Black with #C21BEB

Text Example


Text Example

White with #C21BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BEB; }

 p { color: rgb(194,27,235); }

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

background-color css

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

 a { background-color: rgb(194,27,235); }

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

border-color css

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

 span { border-color: rgb(194,27,235); }

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