Html Css Color HEX #C80DFE Electric Purple

📋 copy color: '#C80DFE'

red 200 ◦ green 13 ◦ blue 254

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

Shades of Electric Purple #C80DFE

Tints of Electric Purple #C80DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 42.83%
G = 2.78%
B = 54.39%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C80DFE (or 0xC80DFE) is known color: Electric Purple. HEX triplet: C8, 0D and FE. RGB value is (200,13,254). Sum of RGB (Red+Green+Blue) = 200+13+254=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #C80DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DFE is #37F201. Grayscale: #5F5F5F. Windows color (decimal): -3666434 or 16649672. OLE color: 16649672.

HSL color Cylindrical-coordinate representation of color #C80DFE: hue angle of 286.56º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80DFE is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 13 254 -
CMYK 0.21 0.95 0 0.00
HSL 286.56º 0.99% 0.52% -
HSV(B) 286.56º 0.95% 1% -
XYZ 41.85 19.72 95.37 -
YUV 96.39 216.95 201.9 -
System Red Green Blue C M Y K H S L
Decimal 200 13 254 0.21 0.95 0 0.00 286.56 0.99 0.52
Hex C8 D FE 15 5F 0 0 11F 63 34
Octal 310 15 376 25 137 0 0 437 143 64
Binary 11001000 1101 11111110 10101 1011111 0 0 100011111 1100011 110100

Color Harmonies of #C80DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DFE

Black with #C80DFE

Text Example


Text Example

White with #C80DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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