Html Css Color HEX #C923EA Electric Purple

📋 copy color: '#C923EA'

red 201 ◦ green 35 ◦ blue 234

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

Shades of Electric Purple #C923EA

Tints of Electric Purple #C923EA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.45%

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

R = 42.77%
G = 7.45%
B = 49.79%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C923EA (or 0xC923EA) is known color: Electric Purple. HEX triplet: C9, 23 and EA. RGB value is (201,35,234). Sum of RGB (Red+Green+Blue) = 201+35+234=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #C923EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C923EA is #36DC15. Grayscale: #6A6A6A. Windows color (decimal): -3595286 or 15344585. OLE color: 15344585.

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

Color convert

RGB 201 35 234 -
CMYK 0.14 0.85 0 0.08
HSL 290.05º 0.83% 0.53% -
HSV(B) 290.05º 0.85% 0.92% -
XYZ 39.54 19.56 79.53 -
YUV 107.32 199.5 194.82 -
System Red Green Blue C M Y K H S L
Decimal 201 35 234 0.14 0.85 0 0.08 290.05 0.83 0.53
Hex C9 23 EA E 55 0 8 122 53 35
Octal 311 43 352 16 125 0 10 442 123 65
Binary 11001001 100011 11101010 1110 1010101 0 1000 100100010 1010011 110101

Color Harmonies of #C923EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923EA

Black with #C923EA

Text Example


Text Example

White with #C923EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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