Html Css Color HEX #C813EA Electric Purple

📋 copy color: '#C813EA'

red 200 ◦ green 19 ◦ blue 234

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

Shades of Electric Purple #C813EA

Tints of Electric Purple #C813EA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.19%

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

R = 44.15%
G = 4.19%
B = 51.66%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C813EA (or 0xC813EA) is known color: Electric Purple. HEX triplet: C8, 13 and EA. RGB value is (200,19,234). Sum of RGB (Red+Green+Blue) = 200+19+234=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 19 (7.81% from 255 or 4.19% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #C813EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C813EA is #37EC15. Grayscale: #606060. Windows color (decimal): -3664918 or 15340488. OLE color: 15340488.

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

Color convert

RGB 200 19 234 -
CMYK 0.15 0.92 0 0.08
HSL 290.51º 0.85% 0.5% -
HSV(B) 290.51º 0.92% 0.92% -
XYZ 38.9 18.69 79.4 -
YUV 97.63 204.97 201.02 -
System Red Green Blue C M Y K H S L
Decimal 200 19 234 0.15 0.92 0 0.08 290.51 0.85 0.5
Hex C8 13 EA F 5C 0 8 123 55 32
Octal 310 23 352 17 134 0 10 443 125 62
Binary 11001000 10011 11101010 1111 1011100 0 1000 100100011 1010101 110010

Color Harmonies of #C813EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C813EA

Black with #C813EA

Text Example


Text Example

White with #C813EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C813EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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