Html Css Color HEX #C921E8 Electric Purple

📋 copy color: '#C921E8'

red 201 ◦ green 33 ◦ blue 232

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

Shades of Electric Purple #C921E8

Tints of Electric Purple #C921E8

RGB

 RED value IS 201 (78.91% from 255) = 43.13%

 GREEN value IS 33 (13.28% from 255) = 7.08%

 BLUE value IS 232 (91.02% from 255) = 49.79%

R = 43.13%
G = 7.08%
B = 49.79%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C921E8 (or 0xC921E8) is known color: Electric Purple. HEX triplet: C9, 21 and E8. RGB value is (201,33,232). Sum of RGB (Red+Green+Blue) = 201+33+232=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #C921E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921E8 is #36DE17. Grayscale: #696969. Windows color (decimal): -3595800 or 15213001. OLE color: 15213001.

HSL color Cylindrical-coordinate representation of color #C921E8: hue angle of 290.65º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C921E8 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 33 232 -
CMYK 0.13 0.86 0 0.09
HSL 290.65º 0.81% 0.52% -
HSV(B) 290.65º 0.86% 0.91% -
XYZ 39.2 19.33 78.01 -
YUV 105.92 199.16 195.82 -
System Red Green Blue C M Y K H S L
Decimal 201 33 232 0.13 0.86 0 0.09 290.65 0.81 0.52
Hex C9 21 E8 D 56 0 9 123 51 34
Octal 311 41 350 15 126 0 11 443 121 64
Binary 11001001 100001 11101000 1101 1010110 0 1001 100100011 1010001 110100

Color Harmonies of #C921E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921E8

Black with #C921E8

Text Example


Text Example

White with #C921E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921E8; }

 p { color: rgb(201,33,232); }

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

background-color css

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

 a { background-color: rgb(201,33,232); }

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

border-color css

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

 span { border-color: rgb(201,33,232); }

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