Html Css Color HEX #C80DFA Electric Purple

📋 copy color: '#C80DFA'

red 200 ◦ green 13 ◦ blue 250

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

Shades of Electric Purple #C80DFA

Tints of Electric Purple #C80DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54%

R = 43.2%
G = 2.81%
B = 54%

CMYK

 C value IS 0.2

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C80DFA (or 0xC80DFA) is known color: Electric Purple. HEX triplet: C8, 0D and FA. RGB value is (200,13,250). Sum of RGB (Red+Green+Blue) = 200+13+250=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #C80DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DFA is #37F205. Grayscale: #5F5F5F. Windows color (decimal): -3666438 or 16387528. OLE color: 16387528.

HSL color Cylindrical-coordinate representation of color #C80DFA: hue angle of 287.34º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80DFA is Cyan = 0.2, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 13 250 -
CMYK 0.2 0.95 0 0.02
HSL 287.34º 0.96% 0.52% -
HSV(B) 287.34º 0.95% 0.98% -
XYZ 41.22 19.47 92.03 -
YUV 95.93 214.95 202.23 -
System Red Green Blue C M Y K H S L
Decimal 200 13 250 0.2 0.95 0 0.02 287.34 0.96 0.52
Hex C8 D FA 14 5F 0 2 11F 60 34
Octal 310 15 372 24 137 0 2 437 140 64
Binary 11001000 1101 11111010 10100 1011111 0 10 100011111 1100000 110100

Color Harmonies of #C80DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DFA

Black with #C80DFA

Text Example


Text Example

White with #C80DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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