Html Css Color HEX #C821FE Electric Purple

📋 copy color: '#C821FE'

red 200 ◦ green 33 ◦ blue 254

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

Shades of Electric Purple #C821FE

Tints of Electric Purple #C821FE

RGB

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

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

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

R = 41.07%
G = 6.78%
B = 52.16%

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

#C821FE (or 0xC821FE) is known color: Electric Purple. HEX triplet: C8, 21 and FE. RGB value is (200,33,254). Sum of RGB (Red+Green+Blue) = 200+33+254=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #C821FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C821FE is #37DE01. Grayscale: #6B6B6B. Windows color (decimal): -3661314 or 16654792. OLE color: 16654792.

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

Color convert

RGB 200 33 254 -
CMYK 0.21 0.87 0 0.00
HSL 285.34º 0.99% 0.56% -
HSV(B) 285.34º 0.87% 1% -
XYZ 42.25 20.52 95.5 -
YUV 108.13 210.33 193.53 -
System Red Green Blue C M Y K H S L
Decimal 200 33 254 0.21 0.87 0 0.00 285.34 0.99 0.56
Hex C8 21 FE 15 57 0 0 11D 63 38
Octal 310 41 376 25 127 0 0 435 143 70
Binary 11001000 100001 11111110 10101 1010111 0 0 100011101 1100011 111000

Color Harmonies of #C821FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821FE

Black with #C821FE

Text Example


Text Example

White with #C821FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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