Html Css Color HEX #C80AF3 Electric Purple

📋 copy color: '#C80AF3'

red 200 ◦ green 10 ◦ blue 243

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

Shades of Electric Purple #C80AF3

Tints of Electric Purple #C80AF3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.21%

 BLUE value IS 243 (95.31% from 255) = 53.64%

R = 44.15%
G = 2.21%
B = 53.64%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C80AF3 (or 0xC80AF3) is known color: Electric Purple. HEX triplet: C8, 0A and F3. RGB value is (200,10,243). Sum of RGB (Red+Green+Blue) = 200+10+243=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #C80AF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80AF3 is #37F50C. Grayscale: #5C5C5C. Windows color (decimal): -3667213 or 15928008. OLE color: 15928008.

HSL color Cylindrical-coordinate representation of color #C80AF3: hue angle of 288.93º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80AF3 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 10 243 -
CMYK 0.18 0.96 0 0.05
HSL 288.93º 0.92% 0.5% -
HSV(B) 288.93º 0.96% 0.95% -
XYZ 40.11 18.97 86.34 -
YUV 93.37 212.45 204.05 -
System Red Green Blue C M Y K H S L
Decimal 200 10 243 0.18 0.96 0 0.05 288.93 0.92 0.5
Hex C8 A F3 12 60 0 5 121 5C 32
Octal 310 12 363 22 140 0 5 441 134 62
Binary 11001000 1010 11110011 10010 1100000 0 101 100100001 1011100 110010

Color Harmonies of #C80AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80AF3

Black with #C80AF3

Text Example


Text Example

White with #C80AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80AF3; }

 p { color: rgb(200,10,243); }

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

background-color css

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

 a { background-color: rgb(200,10,243); }

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

border-color css

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

 span { border-color: rgb(200,10,243); }

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