Html Css Color HEX #C813EE Electric Purple

📋 copy color: '#C813EE'

red 200 ◦ green 19 ◦ blue 238

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

Shades of Electric Purple #C813EE

Tints of Electric Purple #C813EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.08%

R = 43.76%
G = 4.16%
B = 52.08%

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

#C813EE (or 0xC813EE) is known color: Electric Purple. HEX triplet: C8, 13 and EE. RGB value is (200,19,238). Sum of RGB (Red+Green+Blue) = 200+19+238=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 19 (7.81% from 255 or 4.16% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #C813EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C813EE is #37EC11. Grayscale: #616161. Windows color (decimal): -3664914 or 15602632. OLE color: 15602632.

HSL color Cylindrical-coordinate representation of color #C813EE: hue angle of 289.59º degrees, saturation: 0.87, 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 #C813EE is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 19 238 -
CMYK 0.16 0.92 0 0.07
HSL 289.59º 0.87% 0.5% -
HSV(B) 289.59º 0.92% 0.93% -
XYZ 39.48 18.92 82.46 -
YUV 98.09 206.97 200.69 -
System Red Green Blue C M Y K H S L
Decimal 200 19 238 0.16 0.92 0 0.07 289.59 0.87 0.5
Hex C8 13 EE 10 5C 0 7 122 57 32
Octal 310 23 356 20 134 0 7 442 127 62
Binary 11001000 10011 11101110 10000 1011100 0 111 100100010 1010111 110010

Color Harmonies of #C813EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C813EE

Black with #C813EE

Text Example


Text Example

White with #C813EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C813EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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