Html Css Color HEX #C80CFB Electric Purple

📋 copy color: '#C80CFB'

red 200 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #C80CFB

Tints of Electric Purple #C80CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.59%

 BLUE value IS 251 (98.44% from 255) = 54.21%

R = 43.2%
G = 2.59%
B = 54.21%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C80CFB (or 0xC80CFB) is known color: Electric Purple. HEX triplet: C8, 0C and FB. RGB value is (200,12,251). Sum of RGB (Red+Green+Blue) = 200+12+251=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #C80CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80CFB is #37F304. Grayscale: #5E5E5E. Windows color (decimal): -3666693 or 16452808. OLE color: 16452808.

HSL color Cylindrical-coordinate representation of color #C80CFB: hue angle of 287.2º degrees, saturation: 0.97, 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 #C80CFB is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 12 251 -
CMYK 0.20 0.95 0 0.02
HSL 287.2º 0.97% 0.52% -
HSV(B) 287.2º 0.95% 0.98% -
XYZ 41.36 19.51 92.85 -
YUV 95.46 215.78 202.57 -
System Red Green Blue C M Y K H S L
Decimal 200 12 251 0.20 0.95 0 0.02 287.2 0.97 0.52
Hex C8 C FB 14 5F 0 2 11F 61 34
Octal 310 14 373 24 137 0 2 437 141 64
Binary 11001000 1100 11111011 10100 1011111 0 10 100011111 1100001 110100

Color Harmonies of #C80CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CFB

Black with #C80CFB

Text Example


Text Example

White with #C80CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CFB; }

 p { color: rgb(200,12,251); }

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

background-color css

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

 a { background-color: rgb(200,12,251); }

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

border-color css

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

 span { border-color: rgb(200,12,251); }

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