Html Css Color HEX #C921EA Electric Purple

📋 copy color: '#C921EA'

red 201 ◦ green 33 ◦ blue 234

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

Shades of Electric Purple #C921EA

Tints of Electric Purple #C921EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50%

R = 42.95%
G = 7.05%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C921EA (or 0xC921EA) is known color: Electric Purple. HEX triplet: C9, 21 and EA. RGB value is (201,33,234). Sum of RGB (Red+Green+Blue) = 201+33+234=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #C921EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921EA is #36DE15. Grayscale: #696969. Windows color (decimal): -3595798 or 15344073. OLE color: 15344073.

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

Color convert

RGB 201 33 234 -
CMYK 0.14 0.86 0 0.08
HSL 290.15º 0.83% 0.52% -
HSV(B) 290.15º 0.86% 0.92% -
XYZ 39.48 19.45 79.51 -
YUV 106.15 200.16 195.66 -
System Red Green Blue C M Y K H S L
Decimal 201 33 234 0.14 0.86 0 0.08 290.15 0.83 0.52
Hex C9 21 EA E 56 0 8 122 53 34
Octal 311 41 352 16 126 0 10 442 123 64
Binary 11001001 100001 11101010 1110 1010110 0 1000 100100010 1010011 110100

Color Harmonies of #C921EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921EA

Black with #C921EA

Text Example


Text Example

White with #C921EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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