Html Css Color HEX #C21EEB Electric Purple

📋 copy color: '#C21EEB'

red 194 ◦ green 30 ◦ blue 235

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

Shades of Electric Purple #C21EEB

Tints of Electric Purple #C21EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.54%

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

R = 42.27%
G = 6.54%
B = 51.2%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C21EEB (or 0xC21EEB) is known color: Electric Purple. HEX triplet: C2, 1E and EB. RGB value is (194,30,235). Sum of RGB (Red+Green+Blue) = 194+30+235=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #C21EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21EEB is #3DE114. Grayscale: #656565. Windows color (decimal): -4055317 or 15408834. OLE color: 15408834.

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

Color convert

RGB 194 30 235 -
CMYK 0.17 0.87 0 0.08
HSL 288º 0.84% 0.52% -
HSV(B) 288º 0.87% 0.92% -
XYZ 37.71 18.4 80.16 -
YUV 102.41 202.83 193.33 -
System Red Green Blue C M Y K H S L
Decimal 194 30 235 0.17 0.87 0 0.08 288 0.84 0.52
Hex C2 1E EB 11 57 0 8 120 54 34
Octal 302 36 353 21 127 0 10 440 124 64
Binary 11000010 11110 11101011 10001 1010111 0 1000 100100000 1010100 110100

Color Harmonies of #C21EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EEB

Black with #C21EEB

Text Example


Text Example

White with #C21EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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