Html Css Color HEX #C808EA Electric Purple

📋 copy color: '#C808EA'

red 200 ◦ green 8 ◦ blue 234

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

Shades of Electric Purple #C808EA

Tints of Electric Purple #C808EA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.81%

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

R = 45.25%
G = 1.81%
B = 52.94%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C808EA (or 0xC808EA) is known color: Electric Purple. HEX triplet: C8, 08 and EA. RGB value is (200,8,234). Sum of RGB (Red+Green+Blue) = 200+8+234=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #C808EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C808EA is #37F715. Grayscale: #5A5A5A. Windows color (decimal): -3667734 or 15337672. OLE color: 15337672.

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

Color convert

RGB 200 8 234 -
CMYK 0.15 0.97 0 0.08
HSL 290.97º 0.93% 0.47% -
HSV(B) 290.97º 0.97% 0.92% -
XYZ 38.76 18.39 79.35 -
YUV 91.17 208.61 205.62 -
System Red Green Blue C M Y K H S L
Decimal 200 8 234 0.15 0.97 0 0.08 290.97 0.93 0.47
Hex C8 8 EA F 61 0 8 123 5D 2F
Octal 310 10 352 17 141 0 10 443 135 57
Binary 11001000 1000 11101010 1111 1100001 0 1000 100100011 1011101 101111

Color Harmonies of #C808EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C808EA

Black with #C808EA

Text Example


Text Example

White with #C808EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C808EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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