Html Css Color HEX #C80DFC Electric Purple

📋 copy color: '#C80DFC'

red 200 ◦ green 13 ◦ blue 252

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

Shades of Electric Purple #C80DFC

Tints of Electric Purple #C80DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 43.01%
G = 2.8%
B = 54.19%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C80DFC (or 0xC80DFC) is known color: Electric Purple. HEX triplet: C8, 0D and FC. RGB value is (200,13,252). Sum of RGB (Red+Green+Blue) = 200+13+252=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #C80DFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DFC is #37F203. Grayscale: #5F5F5F. Windows color (decimal): -3666436 or 16518600. OLE color: 16518600.

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

Color convert

RGB 200 13 252 -
CMYK 0.21 0.95 0 0.01
HSL 286.95º 0.98% 0.52% -
HSV(B) 286.95º 0.95% 0.99% -
XYZ 41.53 19.6 93.69 -
YUV 96.16 215.95 202.07 -
System Red Green Blue C M Y K H S L
Decimal 200 13 252 0.21 0.95 0 0.01 286.95 0.98 0.52
Hex C8 D FC 15 5F 0 1 11F 62 34
Octal 310 15 374 25 137 0 1 437 142 64
Binary 11001000 1101 11111100 10101 1011111 0 1 100011111 1100010 110100

Color Harmonies of #C80DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DFC

Black with #C80DFC

Text Example


Text Example

White with #C80DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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