Html Css Color HEX #C21DEE Electric Purple

📋 copy color: '#C21DEE'

red 194 ◦ green 29 ◦ blue 238

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

Shades of Electric Purple #C21DEE

Tints of Electric Purple #C21DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.29%

 BLUE value IS 238 (93.36% from 255) = 51.63%

R = 42.08%
G = 6.29%
B = 51.63%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C21DEE (or 0xC21DEE) is known color: Electric Purple. HEX triplet: C2, 1D and EE. RGB value is (194,29,238). Sum of RGB (Red+Green+Blue) = 194+29+238=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #C21DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21DEE is #3DE211. Grayscale: #656565. Windows color (decimal): -4055570 or 15605186. OLE color: 15605186.

HSL color Cylindrical-coordinate representation of color #C21DEE: hue angle of 287.37º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21DEE is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 29 238 -
CMYK 0.18 0.88 0 0.07
HSL 287.37º 0.86% 0.52% -
HSV(B) 287.37º 0.88% 0.93% -
XYZ 38.12 18.52 82.45 -
YUV 102.16 204.66 193.51 -
System Red Green Blue C M Y K H S L
Decimal 194 29 238 0.18 0.88 0 0.07 287.37 0.86 0.52
Hex C2 1D EE 12 58 0 7 11F 56 34
Octal 302 35 356 22 130 0 7 437 126 64
Binary 11000010 11101 11101110 10010 1011000 0 111 100011111 1010110 110100

Color Harmonies of #C21DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DEE

Black with #C21DEE

Text Example


Text Example

White with #C21DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DEE; }

 p { color: rgb(194,29,238); }

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

background-color css

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

 a { background-color: rgb(194,29,238); }

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

border-color css

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

 span { border-color: rgb(194,29,238); }

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