Html Css Color HEX #C921FD Electric Purple

📋 copy color: '#C921FD'

red 201 ◦ green 33 ◦ blue 253

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

Shades of Electric Purple #C921FD

Tints of Electric Purple #C921FD

RGB

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

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

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

R = 41.27%
G = 6.78%
B = 51.95%

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

#C921FD (or 0xC921FD) is known color: Electric Purple. HEX triplet: C9, 21 and FD. RGB value is (201,33,253). Sum of RGB (Red+Green+Blue) = 201+33+253=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #C921FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921FD is #36DE02. Grayscale: #6B6B6B. Windows color (decimal): -3595779 or 16589257. OLE color: 16589257.

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

Color convert

RGB 201 33 253 -
CMYK 0.21 0.87 0 0.01
HSL 285.82º 0.98% 0.56% -
HSV(B) 285.82º 0.87% 0.99% -
XYZ 42.36 20.6 94.67 -
YUV 108.31 209.66 194.11 -
System Red Green Blue C M Y K H S L
Decimal 201 33 253 0.21 0.87 0 0.01 285.82 0.98 0.56
Hex C9 21 FD 15 57 0 1 11E 62 38
Octal 311 41 375 25 127 0 1 436 142 70
Binary 11001001 100001 11111101 10101 1010111 0 1 100011110 1100010 111000

Color Harmonies of #C921FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921FD

Black with #C921FD

Text Example


Text Example

White with #C921FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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