Html Css Color HEX #C80FEE Electric Purple

📋 copy color: '#C80FEE'

red 200 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #C80FEE

Tints of Electric Purple #C80FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 44.15%
G = 3.31%
B = 52.54%

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

#C80FEE (or 0xC80FEE) is known color: Electric Purple. HEX triplet: C8, 0F and EE. RGB value is (200,15,238). Sum of RGB (Red+Green+Blue) = 200+15+238=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #C80FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80FEE is #37F011. Grayscale: #5F5F5F. Windows color (decimal): -3665938 or 15601608. OLE color: 15601608.

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

Color convert

RGB 200 15 238 -
CMYK 0.16 0.94 0 0.07
HSL 289.78º 0.88% 0.5% -
HSV(B) 289.78º 0.94% 0.93% -
XYZ 39.42 18.79 82.44 -
YUV 95.74 208.29 202.37 -
System Red Green Blue C M Y K H S L
Decimal 200 15 238 0.16 0.94 0 0.07 289.78 0.88 0.5
Hex C8 F EE 10 5E 0 7 122 58 32
Octal 310 17 356 20 136 0 7 442 130 62
Binary 11001000 1111 11101110 10000 1011110 0 111 100100010 1011000 110010

Color Harmonies of #C80FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FEE

Black with #C80FEE

Text Example


Text Example

White with #C80FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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