Html Css Color HEX #C921FA Electric Purple

📋 copy color: '#C921FA'

red 201 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #C921FA

Tints of Electric Purple #C921FA

RGB

 RED value IS 201 (78.91% from 255) = 41.53%

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

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 41.53%
G = 6.82%
B = 51.65%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C921FA (or 0xC921FA) is known color: Electric Purple. HEX triplet: C9, 21 and FA. RGB value is (201,33,250). Sum of RGB (Red+Green+Blue) = 201+33+250=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 33 (13.28% from 255 or 6.82% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #C921FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921FA is #36DE05. Grayscale: #6B6B6B. Windows color (decimal): -3595782 or 16392649. OLE color: 16392649.

HSL color Cylindrical-coordinate representation of color #C921FA: hue angle of 286.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C921FA is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 33 250 -
CMYK 0.20 0.87 0 0.02
HSL 286.45º 0.96% 0.55% -
HSV(B) 286.45º 0.87% 0.98% -
XYZ 41.89 20.41 92.17 -
YUV 107.97 208.16 194.36 -
System Red Green Blue C M Y K H S L
Decimal 201 33 250 0.20 0.87 0 0.02 286.45 0.96 0.55
Hex C9 21 FA 14 57 0 2 11E 60 37
Octal 311 41 372 24 127 0 2 436 140 67
Binary 11001001 100001 11111010 10100 1010111 0 10 100011110 1100000 110111

Color Harmonies of #C921FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921FA

Black with #C921FA

Text Example


Text Example

White with #C921FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921FA; }

 p { color: rgb(201,33,250); }

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

background-color css

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

 a { background-color: rgb(201,33,250); }

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

border-color css

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

 span { border-color: rgb(201,33,250); }

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