Html Css Color HEX #C805EC Electric Purple

📋 copy color: '#C805EC'

red 200 ◦ green 5 ◦ blue 236

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

Shades of Electric Purple #C805EC

Tints of Electric Purple #C805EC

RGB

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

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

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

R = 45.35%
G = 1.13%
B = 53.51%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C805EC (or 0xC805EC) is known color: Electric Purple. HEX triplet: C8, 05 and EC. RGB value is (200,5,236). Sum of RGB (Red+Green+Blue) = 200+5+236=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #C805EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C805EC is #37FA13. Grayscale: #585858. Windows color (decimal): -3668500 or 15467976. OLE color: 15467976.

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

Color convert

RGB 200 5 236 -
CMYK 0.15 0.98 0 0.07
HSL 290.65º 0.96% 0.47% -
HSV(B) 290.65º 0.98% 0.93% -
XYZ 39.01 18.44 80.86 -
YUV 89.64 210.6 206.72 -
System Red Green Blue C M Y K H S L
Decimal 200 5 236 0.15 0.98 0 0.07 290.65 0.96 0.47
Hex C8 5 EC F 62 0 7 123 60 2F
Octal 310 5 354 17 142 0 7 443 140 57
Binary 11001000 101 11101100 1111 1100010 0 111 100100011 1100000 101111

Color Harmonies of #C805EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805EC

Black with #C805EC

Text Example


Text Example

White with #C805EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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