Html Css Color HEX #C820FC Electric Purple

📋 copy color: '#C820FC'

red 200 ◦ green 32 ◦ blue 252

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

Shades of Electric Purple #C820FC

Tints of Electric Purple #C820FC

RGB

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

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

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

R = 41.32%
G = 6.61%
B = 52.07%

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

#C820FC (or 0xC820FC) is known color: Electric Purple. HEX triplet: C8, 20 and FC. RGB value is (200,32,252). Sum of RGB (Red+Green+Blue) = 200+32+252=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #C820FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C820FC is #37DF03. Grayscale: #6A6A6A. Windows color (decimal): -3661572 or 16523464. OLE color: 16523464.

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

Color convert

RGB 200 32 252 -
CMYK 0.21 0.87 0 0.01
HSL 285.82º 0.97% 0.56% -
HSV(B) 285.82º 0.87% 0.99% -
XYZ 41.91 20.34 93.81 -
YUV 107.31 209.66 194.11 -
System Red Green Blue C M Y K H S L
Decimal 200 32 252 0.21 0.87 0 0.01 285.82 0.97 0.56
Hex C8 20 FC 15 57 0 1 11E 61 38
Octal 310 40 374 25 127 0 1 436 141 70
Binary 11001000 100000 11111100 10101 1010111 0 1 100011110 1100001 111000

Color Harmonies of #C820FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820FC

Black with #C820FC

Text Example


Text Example

White with #C820FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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