Html Css Color HEX #C80FF2 Electric Purple

📋 copy color: '#C80FF2'

red 200 ◦ green 15 ◦ blue 242

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

Shades of Electric Purple #C80FF2

Tints of Electric Purple #C80FF2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.28%

 BLUE value IS 242 (94.92% from 255) = 52.95%

R = 43.76%
G = 3.28%
B = 52.95%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C80FF2 (or 0xC80FF2) is known color: Electric Purple. HEX triplet: C8, 0F and F2. RGB value is (200,15,242). Sum of RGB (Red+Green+Blue) = 200+15+242=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 15 (6.25% from 255 or 3.28% from 457); Blue value is 242 (94.92% from 255 or 52.95% from 457); Max value from RGB is 242 - color contains mainly: blue. Hex color #C80FF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80FF2 is #37F00D. Grayscale: #5F5F5F. Windows color (decimal): -3665934 or 15863752. OLE color: 15863752.

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

Color convert

RGB 200 15 242 -
CMYK 0.17 0.94 0 0.05
HSL 288.9º 0.9% 0.5% -
HSV(B) 288.9º 0.94% 0.95% -
XYZ 40.02 19.03 85.57 -
YUV 96.19 210.29 202.04 -
System Red Green Blue C M Y K H S L
Decimal 200 15 242 0.17 0.94 0 0.05 288.9 0.9 0.5
Hex C8 F F2 11 5E 0 5 121 5A 32
Octal 310 17 362 21 136 0 5 441 132 62
Binary 11001000 1111 11110010 10001 1011110 0 101 100100001 1011010 110010

Color Harmonies of #C80FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FF2

Black with #C80FF2

Text Example


Text Example

White with #C80FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FF2; }

 p { color: rgb(200,15,242); }

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

background-color css

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

 a { background-color: rgb(200,15,242); }

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

border-color css

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

 span { border-color: rgb(200,15,242); }

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