Html Css Color HEX #C80FED Electric Purple

📋 copy color: '#C80FED'

red 200 ◦ green 15 ◦ blue 237

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

Shades of Electric Purple #C80FED

Tints of Electric Purple #C80FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.32%

 BLUE value IS 237 (92.97% from 255) = 52.43%

R = 44.25%
G = 3.32%
B = 52.43%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C80FED (or 0xC80FED) is known color: Electric Purple. HEX triplet: C8, 0F and ED. RGB value is (200,15,237). Sum of RGB (Red+Green+Blue) = 200+15+237=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #C80FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80FED is #37F012. Grayscale: #5E5E5E. Windows color (decimal): -3665939 or 15536072. OLE color: 15536072.

HSL color Cylindrical-coordinate representation of color #C80FED: hue angle of 290º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80FED is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 15 237 -
CMYK 0.16 0.94 0 0.07
HSL 290º 0.88% 0.49% -
HSV(B) 290º 0.94% 0.93% -
XYZ 39.28 18.74 81.67 -
YUV 95.62 207.79 202.45 -
System Red Green Blue C M Y K H S L
Decimal 200 15 237 0.16 0.94 0 0.07 290 0.88 0.49
Hex C8 F ED 10 5E 0 7 122 58 31
Octal 310 17 355 20 136 0 7 442 130 61
Binary 11001000 1111 11101101 10000 1011110 0 111 100100010 1011000 110001

Color Harmonies of #C80FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FED

Black with #C80FED

Text Example


Text Example

White with #C80FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FED; }

 p { color: rgb(200,15,237); }

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

background-color css

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

 a { background-color: rgb(200,15,237); }

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

border-color css

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

 span { border-color: rgb(200,15,237); }

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