Html Css Color HEX #C821FC Electric Purple

📋 copy color: '#C821FC'

red 200 ◦ green 33 ◦ blue 252

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

Shades of Electric Purple #C821FC

Tints of Electric Purple #C821FC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.8%

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

R = 41.24%
G = 6.8%
B = 51.96%

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

#C821FC (or 0xC821FC) is known color: Electric Purple. HEX triplet: C8, 21 and FC. RGB value is (200,33,252). Sum of RGB (Red+Green+Blue) = 200+33+252=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 33 (13.28% from 255 or 6.80% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #C821FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C821FC is #37DE03. Grayscale: #6B6B6B. Windows color (decimal): -3661316 or 16523720. OLE color: 16523720.

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

Color convert

RGB 200 33 252 -
CMYK 0.21 0.87 0 0.01
HSL 285.75º 0.97% 0.56% -
HSV(B) 285.75º 0.87% 0.99% -
XYZ 41.93 20.4 93.82 -
YUV 107.9 209.33 193.69 -
System Red Green Blue C M Y K H S L
Decimal 200 33 252 0.21 0.87 0 0.01 285.75 0.97 0.56
Hex C8 21 FC 15 57 0 1 11E 61 38
Octal 310 41 374 25 127 0 1 436 141 70
Binary 11001000 100001 11111100 10101 1010111 0 1 100011110 1100001 111000

Color Harmonies of #C821FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821FC

Black with #C821FC

Text Example


Text Example

White with #C821FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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