Html Css Color HEX #C820FD Electric Purple

📋 copy color: '#C820FD'

red 200 ◦ green 32 ◦ blue 253

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

Shades of Electric Purple #C820FD

Tints of Electric Purple #C820FD

RGB

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

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

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

R = 41.24%
G = 6.6%
B = 52.16%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C820FD (or 0xC820FD) is known color: Electric Purple. HEX triplet: C8, 20 and FD. RGB value is (200,32,253). Sum of RGB (Red+Green+Blue) = 200+32+253=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #C820FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C820FD is #37DF02. Grayscale: #6A6A6A. Windows color (decimal): -3661571 or 16589000. OLE color: 16589000.

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

Color convert

RGB 200 32 253 -
CMYK 0.21 0.87 0 0.01
HSL 285.61º 0.98% 0.56% -
HSV(B) 285.61º 0.87% 0.99% -
XYZ 42.07 20.4 94.65 -
YUV 107.43 210.16 194.03 -
System Red Green Blue C M Y K H S L
Decimal 200 32 253 0.21 0.87 0 0.01 285.61 0.98 0.56
Hex C8 20 FD 15 57 0 1 11E 62 38
Octal 310 40 375 25 127 0 1 436 142 70
Binary 11001000 100000 11111101 10101 1010111 0 1 100011110 1100010 111000

Color Harmonies of #C820FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820FD

Black with #C820FD

Text Example


Text Example

White with #C820FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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