Html Css Color HEX #C81BEA Electric Purple

📋 copy color: '#C81BEA'

red 200 ◦ green 27 ◦ blue 234

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

Shades of Electric Purple #C81BEA

Tints of Electric Purple #C81BEA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.86%

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

R = 43.38%
G = 5.86%
B = 50.76%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C81BEA (or 0xC81BEA) is known color: Electric Purple. HEX triplet: C8, 1B and EA. RGB value is (200,27,234). Sum of RGB (Red+Green+Blue) = 200+27+234=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #C81BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81BEA is #37E415. Grayscale: #656565. Windows color (decimal): -3662870 or 15342536. OLE color: 15342536.

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

Color convert

RGB 200 27 234 -
CMYK 0.15 0.88 0 0.08
HSL 290.14º 0.83% 0.51% -
HSV(B) 290.14º 0.88% 0.92% -
XYZ 39.06 19 79.45 -
YUV 102.33 202.31 197.67 -
System Red Green Blue C M Y K H S L
Decimal 200 27 234 0.15 0.88 0 0.08 290.14 0.83 0.51
Hex C8 1B EA F 58 0 8 122 53 33
Octal 310 33 352 17 130 0 10 442 123 63
Binary 11001000 11011 11101010 1111 1011000 0 1000 100100010 1010011 110011

Color Harmonies of #C81BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81BEA

Black with #C81BEA

Text Example


Text Example

White with #C81BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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