Html Css Color HEX #C81AEA Electric Purple

📋 copy color: '#C81AEA'

red 200 ◦ green 26 ◦ blue 234

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

Shades of Electric Purple #C81AEA

Tints of Electric Purple #C81AEA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.65%

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

R = 43.48%
G = 5.65%
B = 50.87%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C81AEA (or 0xC81AEA) is known color: Electric Purple. HEX triplet: C8, 1A and EA. RGB value is (200,26,234). Sum of RGB (Red+Green+Blue) = 200+26+234=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #C81AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81AEA is #37E515. Grayscale: #656565. Windows color (decimal): -3663126 or 15342280. OLE color: 15342280.

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

Color convert

RGB 200 26 234 -
CMYK 0.15 0.89 0 0.08
HSL 290.19º 0.83% 0.51% -
HSV(B) 290.19º 0.89% 0.92% -
XYZ 39.04 18.96 79.44 -
YUV 101.74 202.65 198.09 -
System Red Green Blue C M Y K H S L
Decimal 200 26 234 0.15 0.89 0 0.08 290.19 0.83 0.51
Hex C8 1A EA F 59 0 8 122 53 33
Octal 310 32 352 17 131 0 10 442 123 63
Binary 11001000 11010 11101010 1111 1011001 0 1000 100100010 1010011 110011

Color Harmonies of #C81AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81AEA

Black with #C81AEA

Text Example


Text Example

White with #C81AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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