Html Css Color HEX #C918EA Electric Purple

📋 copy color: '#C918EA'

red 201 ◦ green 24 ◦ blue 234

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

Shades of Electric Purple #C918EA

Tints of Electric Purple #C918EA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.23%

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

R = 43.79%
G = 5.23%
B = 50.98%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C918EA (or 0xC918EA) is known color: Electric Purple. HEX triplet: C9, 18 and EA. RGB value is (201,24,234). Sum of RGB (Red+Green+Blue) = 201+24+234=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #C918EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C918EA is #36E715. Grayscale: #646464. Windows color (decimal): -3598102 or 15341769. OLE color: 15341769.

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

Color convert

RGB 201 24 234 -
CMYK 0.14 0.90 0 0.08
HSL 290.57º 0.83% 0.51% -
HSV(B) 290.57º 0.9% 0.92% -
XYZ 39.27 19.01 79.44 -
YUV 100.86 203.14 199.42 -
System Red Green Blue C M Y K H S L
Decimal 201 24 234 0.14 0.90 0 0.08 290.57 0.83 0.51
Hex C9 18 EA E 5A 0 8 123 53 33
Octal 311 30 352 16 132 0 10 443 123 63
Binary 11001001 11000 11101010 1110 1011010 0 1000 100100011 1010011 110011

Color Harmonies of #C918EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918EA

Black with #C918EA

Text Example


Text Example

White with #C918EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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