Html Css Color HEX #C805EA Electric Purple

📋 copy color: '#C805EA'

red 200 ◦ green 5 ◦ blue 234

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

Shades of Electric Purple #C805EA

Tints of Electric Purple #C805EA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.14%

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

R = 45.56%
G = 1.14%
B = 53.3%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C805EA (or 0xC805EA) is known color: Electric Purple. HEX triplet: C8, 05 and EA. RGB value is (200,5,234). Sum of RGB (Red+Green+Blue) = 200+5+234=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #C805EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C805EA is #37FA15. Grayscale: #585858. Windows color (decimal): -3668502 or 15336904. OLE color: 15336904.

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

Color convert

RGB 200 5 234 -
CMYK 0.15 0.98 0 0.08
HSL 291.09º 0.96% 0.47% -
HSV(B) 291.09º 0.98% 0.92% -
XYZ 38.72 18.33 79.34 -
YUV 89.41 209.6 206.88 -
System Red Green Blue C M Y K H S L
Decimal 200 5 234 0.15 0.98 0 0.08 291.09 0.96 0.47
Hex C8 5 EA F 62 0 8 123 60 2F
Octal 310 5 352 17 142 0 10 443 140 57
Binary 11001000 101 11101010 1111 1100010 0 1000 100100011 1100000 101111

Color Harmonies of #C805EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805EA

Black with #C805EA

Text Example


Text Example

White with #C805EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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