Html Css Color HEX #C80DE9 Electric Purple

📋 copy color: '#C80DE9'

red 200 ◦ green 13 ◦ blue 233

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

Shades of Electric Purple #C80DE9

Tints of Electric Purple #C80DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.24%

R = 44.84%
G = 2.91%
B = 52.24%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C80DE9 (or 0xC80DE9) is known color: Electric Purple. HEX triplet: C8, 0D and E9. RGB value is (200,13,233). Sum of RGB (Red+Green+Blue) = 200+13+233=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #C80DE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DE9 is #37F216. Grayscale: #5D5D5D. Windows color (decimal): -3666455 or 15273416. OLE color: 15273416.

HSL color Cylindrical-coordinate representation of color #C80DE9: hue angle of 291º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DE9 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 13 233 -
CMYK 0.14 0.94 0 0.09
HSL 291º 0.89% 0.48% -
HSV(B) 291º 0.94% 0.91% -
XYZ 38.67 18.45 78.61 -
YUV 93.99 206.45 203.61 -
System Red Green Blue C M Y K H S L
Decimal 200 13 233 0.14 0.94 0 0.09 291 0.89 0.48
Hex C8 D E9 E 5E 0 9 123 59 30
Octal 310 15 351 16 136 0 11 443 131 60
Binary 11001000 1101 11101001 1110 1011110 0 1001 100100011 1011001 110000

Color Harmonies of #C80DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DE9

Black with #C80DE9

Text Example


Text Example

White with #C80DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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