Html Css Color HEX #C814EA Electric Purple

📋 copy color: '#C814EA'

red 200 ◦ green 20 ◦ blue 234

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

Shades of Electric Purple #C814EA

Tints of Electric Purple #C814EA

RGB

 RED value IS 200 (78.52% from 255) = 44.05%

 GREEN value IS 20 (8.2% from 255) = 4.41%

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

R = 44.05%
G = 4.41%
B = 51.54%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C814EA (or 0xC814EA) is known color: Electric Purple. HEX triplet: C8, 14 and EA. RGB value is (200,20,234). Sum of RGB (Red+Green+Blue) = 200+20+234=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #C814EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C814EA is #37EB15. Grayscale: #616161. Windows color (decimal): -3664662 or 15340744. OLE color: 15340744.

HSL color Cylindrical-coordinate representation of color #C814EA: hue angle of 290.47º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C814EA is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 20 234 -
CMYK 0.15 0.91 0 0.08
HSL 290.47º 0.84% 0.5% -
HSV(B) 290.47º 0.91% 0.92% -
XYZ 38.92 18.72 79.4 -
YUV 98.22 204.63 200.6 -
System Red Green Blue C M Y K H S L
Decimal 200 20 234 0.15 0.91 0 0.08 290.47 0.84 0.5
Hex C8 14 EA F 5B 0 8 122 54 32
Octal 310 24 352 17 133 0 10 442 124 62
Binary 11001000 10100 11101010 1111 1011011 0 1000 100100010 1010100 110010

Color Harmonies of #C814EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814EA

Black with #C814EA

Text Example


Text Example

White with #C814EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814EA; }

 p { color: rgb(200,20,234); }

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

background-color css

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

 a { background-color: rgb(200,20,234); }

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

border-color css

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

 span { border-color: rgb(200,20,234); }

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