Html Css Color HEX #C21AFD Electric Purple

📋 copy color: '#C21AFD'

red 194 ◦ green 26 ◦ blue 253

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

Shades of Electric Purple #C21AFD

Tints of Electric Purple #C21AFD

RGB

 RED value IS 194 (76.17% from 255) = 41.01%

 GREEN value IS 26 (10.55% from 255) = 5.5%

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

R = 41.01%
G = 5.5%
B = 53.49%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C21AFD (or 0xC21AFD) is known color: Electric Purple. HEX triplet: C2, 1A and FD. RGB value is (194,26,253). Sum of RGB (Red+Green+Blue) = 194+26+253=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #C21AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21AFD is #3DE502. Grayscale: #656565. Windows color (decimal): -4056323 or 16587458. OLE color: 16587458.

HSL color Cylindrical-coordinate representation of color #C21AFD: hue angle of 284.41º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21AFD is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 26 253 -
CMYK 0.23 0.90 0 0.01
HSL 284.41º 0.98% 0.55% -
HSV(B) 284.41º 0.9% 0.99% -
XYZ 40.35 19.3 94.53 -
YUV 102.11 213.16 193.54 -
System Red Green Blue C M Y K H S L
Decimal 194 26 253 0.23 0.90 0 0.01 284.41 0.98 0.55
Hex C2 1A FD 17 5A 0 1 11C 62 37
Octal 302 32 375 27 132 0 1 434 142 67
Binary 11000010 11010 11111101 10111 1011010 0 1 100011100 1100010 110111

Color Harmonies of #C21AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21AFD

Black with #C21AFD

Text Example


Text Example

White with #C21AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21AFD; }

 p { color: rgb(194,26,253); }

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

background-color css

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

 a { background-color: rgb(194,26,253); }

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

border-color css

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

 span { border-color: rgb(194,26,253); }

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