Html Css Color HEX #C80DED Electric Purple

📋 copy color: '#C80DED'

red 200 ◦ green 13 ◦ blue 237

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

Shades of Electric Purple #C80DED

Tints of Electric Purple #C80DED

RGB

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

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

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

R = 44.44%
G = 2.89%
B = 52.67%

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

#C80DED (or 0xC80DED) is known color: Electric Purple. HEX triplet: C8, 0D and ED. RGB value is (200,13,237). Sum of RGB (Red+Green+Blue) = 200+13+237=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #C80DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DED is #37F212. Grayscale: #5D5D5D. Windows color (decimal): -3666451 or 15535560. OLE color: 15535560.

HSL color Cylindrical-coordinate representation of color #C80DED: hue angle of 290.09º 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 #C80DED is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 13 237 -
CMYK 0.16 0.95 0 0.07
HSL 290.09º 0.9% 0.49% -
HSV(B) 290.09º 0.95% 0.93% -
XYZ 39.25 18.68 81.66 -
YUV 94.45 208.45 203.29 -
System Red Green Blue C M Y K H S L
Decimal 200 13 237 0.16 0.95 0 0.07 290.09 0.9 0.49
Hex C8 D ED 10 5F 0 7 122 5A 31
Octal 310 15 355 20 137 0 7 442 132 61
Binary 11001000 1101 11101101 10000 1011111 0 111 100100010 1011010 110001

Color Harmonies of #C80DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DED

Black with #C80DED

Text Example


Text Example

White with #C80DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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