Html Css Color HEX #C80DEE Electric Purple

📋 copy color: '#C80DEE'

red 200 ◦ green 13 ◦ blue 238

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

Shades of Electric Purple #C80DEE

Tints of Electric Purple #C80DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.88%

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

R = 44.35%
G = 2.88%
B = 52.77%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C80DEE (or 0xC80DEE) is known color: Electric Purple. HEX triplet: C8, 0D and EE. RGB value is (200,13,238). Sum of RGB (Red+Green+Blue) = 200+13+238=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #C80DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DEE is #37F211. Grayscale: #5D5D5D. Windows color (decimal): -3666450 or 15601096. OLE color: 15601096.

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

Color convert

RGB 200 13 238 -
CMYK 0.16 0.95 0 0.07
HSL 289.87º 0.9% 0.49% -
HSV(B) 289.87º 0.95% 0.93% -
XYZ 39.4 18.74 82.43 -
YUV 94.56 208.95 203.2 -
System Red Green Blue C M Y K H S L
Decimal 200 13 238 0.16 0.95 0 0.07 289.87 0.9 0.49
Hex C8 D EE 10 5F 0 7 122 5A 31
Octal 310 15 356 20 137 0 7 442 132 61
Binary 11001000 1101 11101110 10000 1011111 0 111 100100010 1011010 110001

Color Harmonies of #C80DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DEE

Black with #C80DEE

Text Example


Text Example

White with #C80DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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