Html Css Color HEX #C80CFD Electric Purple

📋 copy color: '#C80CFD'

red 200 ◦ green 12 ◦ blue 253

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

Shades of Electric Purple #C80CFD

Tints of Electric Purple #C80CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 43.01%
G = 2.58%
B = 54.41%

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

#C80CFD (or 0xC80CFD) is known color: Electric Purple. HEX triplet: C8, 0C and FD. RGB value is (200,12,253). Sum of RGB (Red+Green+Blue) = 200+12+253=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #C80CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80CFD is #37F302. Grayscale: #5E5E5E. Windows color (decimal): -3666691 or 16583880. OLE color: 16583880.

HSL color Cylindrical-coordinate representation of color #C80CFD: hue angle of 286.8º 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 #C80CFD is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 12 253 -
CMYK 0.21 0.95 0 0.01
HSL 286.81º 0.98% 0.52% -
HSV(B) 286.81º 0.95% 0.99% -
XYZ 41.68 19.63 94.52 -
YUV 95.69 216.78 202.4 -
System Red Green Blue C M Y K H S L
Decimal 200 12 253 0.21 0.95 0 0.01 286.81 0.98 0.52
Hex C8 C FD 15 5F 0 1 11F 62 34
Octal 310 14 375 25 137 0 1 437 142 64
Binary 11001000 1100 11111101 10101 1011111 0 1 100011111 1100010 110100

Color Harmonies of #C80CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CFD

Black with #C80CFD

Text Example


Text Example

White with #C80CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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