Html Css Color HEX #C820FE Electric Purple

📋 copy color: '#C820FE'

red 200 ◦ green 32 ◦ blue 254

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

Shades of Electric Purple #C820FE

Tints of Electric Purple #C820FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.58%

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 41.15%
G = 6.58%
B = 52.26%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C820FE (or 0xC820FE) is known color: Electric Purple. HEX triplet: C8, 20 and FE. RGB value is (200,32,254). Sum of RGB (Red+Green+Blue) = 200+32+254=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #C820FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C820FE is #37DF01. Grayscale: #6A6A6A. Windows color (decimal): -3661570 or 16654536. OLE color: 16654536.

HSL color Cylindrical-coordinate representation of color #C820FE: hue angle of 285.41º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C820FE is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 32 254 -
CMYK 0.21 0.87 0 0.00
HSL 285.41º 0.99% 0.56% -
HSV(B) 285.41º 0.87% 1% -
XYZ 42.23 20.47 95.49 -
YUV 107.54 210.66 193.95 -
System Red Green Blue C M Y K H S L
Decimal 200 32 254 0.21 0.87 0 0.00 285.41 0.99 0.56
Hex C8 20 FE 15 57 0 0 11D 63 38
Octal 310 40 376 25 127 0 0 435 143 70
Binary 11001000 100000 11111110 10101 1010111 0 0 100011101 1100011 111000

Color Harmonies of #C820FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820FE

Black with #C820FE

Text Example


Text Example

White with #C820FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820FE; }

 p { color: rgb(200,32,254); }

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

background-color css

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

 a { background-color: rgb(200,32,254); }

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

border-color css

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

 span { border-color: rgb(200,32,254); }

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