Html Css Color HEX #C81CEA Electric Purple

📋 copy color: '#C81CEA'

red 200 ◦ green 28 ◦ blue 234

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

Shades of Electric Purple #C81CEA

Tints of Electric Purple #C81CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.06%

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

R = 43.29%
G = 6.06%
B = 50.65%

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

#C81CEA (or 0xC81CEA) is known color: Electric Purple. HEX triplet: C8, 1C and EA. RGB value is (200,28,234). Sum of RGB (Red+Green+Blue) = 200+28+234=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #C81CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81CEA is #37E315. Grayscale: #666666. Windows color (decimal): -3662614 or 15342792. OLE color: 15342792.

HSL color Cylindrical-coordinate representation of color #C81CEA: hue angle of 290.1º 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 #C81CEA is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 28 234 -
CMYK 0.15 0.88 0 0.08
HSL 290.1º 0.83% 0.51% -
HSV(B) 290.1º 0.88% 0.92% -
XYZ 39.09 19.05 79.46 -
YUV 102.91 201.98 197.25 -
System Red Green Blue C M Y K H S L
Decimal 200 28 234 0.15 0.88 0 0.08 290.1 0.83 0.51
Hex C8 1C EA F 58 0 8 122 53 33
Octal 310 34 352 17 130 0 10 442 123 63
Binary 11001000 11100 11101010 1111 1011000 0 1000 100100010 1010011 110011

Color Harmonies of #C81CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81CEA

Black with #C81CEA

Text Example


Text Example

White with #C81CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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