Html Css Color HEX #C812ED Electric Purple

📋 copy color: '#C812ED'

red 200 ◦ green 18 ◦ blue 237

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

Shades of Electric Purple #C812ED

Tints of Electric Purple #C812ED

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.96%

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 43.96%
G = 3.96%
B = 52.09%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C812ED (or 0xC812ED) is known color: Electric Purple. HEX triplet: C8, 12 and ED. RGB value is (200,18,237). Sum of RGB (Red+Green+Blue) = 200+18+237=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #C812ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C812ED is #37ED12. Grayscale: #606060. Windows color (decimal): -3665171 or 15536840. OLE color: 15536840.

HSL color Cylindrical-coordinate representation of color #C812ED: hue angle of 289.86º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C812ED is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 18 237 -
CMYK 0.16 0.92 0 0.07
HSL 289.86º 0.86% 0.5% -
HSV(B) 289.86º 0.92% 0.93% -
XYZ 39.32 18.83 81.68 -
YUV 97.38 206.8 201.19 -
System Red Green Blue C M Y K H S L
Decimal 200 18 237 0.16 0.92 0 0.07 289.86 0.86 0.5
Hex C8 12 ED 10 5C 0 7 122 56 32
Octal 310 22 355 20 134 0 7 442 126 62
Binary 11001000 10010 11101101 10000 1011100 0 111 100100010 1010110 110010

Color Harmonies of #C812ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C812ED

Black with #C812ED

Text Example


Text Example

White with #C812ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C812ED; }

 p { color: rgb(200,18,237); }

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

background-color css

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

 a { background-color: rgb(200,18,237); }

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

border-color css

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

 span { border-color: rgb(200,18,237); }

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