Html Css Color HEX #C81EED Electric Purple

📋 copy color: '#C81EED'

red 200 ◦ green 30 ◦ blue 237

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

Shades of Electric Purple #C81EED

Tints of Electric Purple #C81EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.42%

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

R = 42.83%
G = 6.42%
B = 50.75%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C81EED (or 0xC81EED) is known color: Electric Purple. HEX triplet: C8, 1E and ED. RGB value is (200,30,237). Sum of RGB (Red+Green+Blue) = 200+30+237=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #C81EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81EED is #37E112. Grayscale: #676767. Windows color (decimal): -3662099 or 15539912. OLE color: 15539912.

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

Color convert

RGB 200 30 237 -
CMYK 0.16 0.87 0 0.07
HSL 289.28º 0.85% 0.52% -
HSV(B) 289.28º 0.87% 0.93% -
XYZ 39.57 19.32 81.76 -
YUV 104.43 202.82 196.17 -
System Red Green Blue C M Y K H S L
Decimal 200 30 237 0.16 0.87 0 0.07 289.28 0.85 0.52
Hex C8 1E ED 10 57 0 7 121 55 34
Octal 310 36 355 20 127 0 7 441 125 64
Binary 11001000 11110 11101101 10000 1010111 0 111 100100001 1010101 110100

Color Harmonies of #C81EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81EED

Black with #C81EED

Text Example


Text Example

White with #C81EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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