Html Css Color HEX #C81AEC Electric Purple

📋 copy color: '#C81AEC'

red 200 ◦ green 26 ◦ blue 236

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

Shades of Electric Purple #C81AEC

Tints of Electric Purple #C81AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 43.29%
G = 5.63%
B = 51.08%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C81AEC (or 0xC81AEC) is known color: Electric Purple. HEX triplet: C8, 1A and EC. RGB value is (200,26,236). Sum of RGB (Red+Green+Blue) = 200+26+236=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 26 (10.55% from 255 or 5.63% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #C81AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81AEC is #37E513. Grayscale: #656565. Windows color (decimal): -3663124 or 15473352. OLE color: 15473352.

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

Color convert

RGB 200 26 236 -
CMYK 0.15 0.89 0 0.07
HSL 289.71º 0.85% 0.51% -
HSV(B) 289.71º 0.89% 0.93% -
XYZ 39.33 19.07 80.97 -
YUV 101.97 203.65 197.92 -
System Red Green Blue C M Y K H S L
Decimal 200 26 236 0.15 0.89 0 0.07 289.71 0.85 0.51
Hex C8 1A EC F 59 0 7 122 55 33
Octal 310 32 354 17 131 0 7 442 125 63
Binary 11001000 11010 11101100 1111 1011001 0 111 100100010 1010101 110011

Color Harmonies of #C81AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81AEC

Black with #C81AEC

Text Example


Text Example

White with #C81AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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