Html Css Color HEX #C80DEB Electric Purple

📋 copy color: '#C80DEB'

red 200 ◦ green 13 ◦ blue 235

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

Shades of Electric Purple #C80DEB

Tints of Electric Purple #C80DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.46%

R = 44.64%
G = 2.9%
B = 52.46%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C80DEB (or 0xC80DEB) is known color: Electric Purple. HEX triplet: C8, 0D and EB. RGB value is (200,13,235). Sum of RGB (Red+Green+Blue) = 200+13+235=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #C80DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DEB is #37F214. Grayscale: #5D5D5D. Windows color (decimal): -3666453 or 15404488. OLE color: 15404488.

HSL color Cylindrical-coordinate representation of color #C80DEB: hue angle of 290.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DEB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 13 235 -
CMYK 0.15 0.94 0 0.08
HSL 290.54º 0.9% 0.49% -
HSV(B) 290.54º 0.94% 0.92% -
XYZ 38.96 18.57 80.13 -
YUV 94.22 207.45 203.45 -
System Red Green Blue C M Y K H S L
Decimal 200 13 235 0.15 0.94 0 0.08 290.54 0.9 0.49
Hex C8 D EB F 5E 0 8 123 5A 31
Octal 310 15 353 17 136 0 10 443 132 61
Binary 11001000 1101 11101011 1111 1011110 0 1000 100100011 1011010 110001

Color Harmonies of #C80DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DEB

Black with #C80DEB

Text Example


Text Example

White with #C80DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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