Html Css Color HEX #C923EC Electric Purple

📋 copy color: '#C923EC'

red 201 ◦ green 35 ◦ blue 236

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

Shades of Electric Purple #C923EC

Tints of Electric Purple #C923EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50%

R = 42.58%
G = 7.42%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C923EC (or 0xC923EC) is known color: Electric Purple. HEX triplet: C9, 23 and EC. RGB value is (201,35,236). Sum of RGB (Red+Green+Blue) = 201+35+236=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 35 (14.06% from 255 or 7.42% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #C923EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C923EC is #36DC13. Grayscale: #6A6A6A. Windows color (decimal): -3595284 or 15475657. OLE color: 15475657.

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

Color convert

RGB 201 35 236 -
CMYK 0.15 0.85 0 0.07
HSL 289.55º 0.84% 0.53% -
HSV(B) 289.55º 0.85% 0.93% -
XYZ 39.83 19.68 81.06 -
YUV 107.55 200.5 194.66 -
System Red Green Blue C M Y K H S L
Decimal 201 35 236 0.15 0.85 0 0.07 289.55 0.84 0.53
Hex C9 23 EC F 55 0 7 122 54 35
Octal 311 43 354 17 125 0 7 442 124 65
Binary 11001001 100011 11101100 1111 1010101 0 111 100100010 1010100 110101

Color Harmonies of #C923EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923EC

Black with #C923EC

Text Example


Text Example

White with #C923EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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