Html Css Color HEX #C922ED Electric Purple

📋 copy color: '#C922ED'

red 201 ◦ green 34 ◦ blue 237

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

Shades of Electric Purple #C922ED

Tints of Electric Purple #C922ED

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.2%

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 42.58%
G = 7.2%
B = 50.21%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C922ED (or 0xC922ED) is known color: Electric Purple. HEX triplet: C9, 22 and ED. RGB value is (201,34,237). Sum of RGB (Red+Green+Blue) = 201+34+237=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #C922ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C922ED is #36DD12. Grayscale: #6A6A6A. Windows color (decimal): -3595539 or 15540937. OLE color: 15540937.

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

Color convert

RGB 201 34 237 -
CMYK 0.15 0.86 0 0.07
HSL 289.36º 0.85% 0.53% -
HSV(B) 289.36º 0.86% 0.93% -
XYZ 39.95 19.68 81.81 -
YUV 107.08 201.33 194.99 -
System Red Green Blue C M Y K H S L
Decimal 201 34 237 0.15 0.86 0 0.07 289.36 0.85 0.53
Hex C9 22 ED F 56 0 7 121 55 35
Octal 311 42 355 17 126 0 7 441 125 65
Binary 11001001 100010 11101101 1111 1010110 0 111 100100001 1010101 110101

Color Harmonies of #C922ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C922ED

Black with #C922ED

Text Example


Text Example

White with #C922ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C922ED; }

 p { color: rgb(201,34,237); }

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

background-color css

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

 a { background-color: rgb(201,34,237); }

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

border-color css

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

 span { border-color: rgb(201,34,237); }

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