Html Css Color HEX #C21DFD Electric Purple

📋 copy color: '#C21DFD'

red 194 ◦ green 29 ◦ blue 253

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

Shades of Electric Purple #C21DFD

Tints of Electric Purple #C21DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.09%

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

R = 40.76%
G = 6.09%
B = 53.15%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C21DFD (or 0xC21DFD) is known color: Electric Purple. HEX triplet: C2, 1D and FD. RGB value is (194,29,253). Sum of RGB (Red+Green+Blue) = 194+29+253=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #C21DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21DFD is #3DE202. Grayscale: #676767. Windows color (decimal): -4055555 or 16588226. OLE color: 16588226.

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

Color convert

RGB 194 29 253 -
CMYK 0.23 0.89 0 0.01
HSL 284.2º 0.98% 0.55% -
HSV(B) 284.2º 0.89% 0.99% -
XYZ 40.42 19.44 94.55 -
YUV 103.87 212.16 192.29 -
System Red Green Blue C M Y K H S L
Decimal 194 29 253 0.23 0.89 0 0.01 284.2 0.98 0.55
Hex C2 1D FD 17 59 0 1 11C 62 37
Octal 302 35 375 27 131 0 1 434 142 67
Binary 11000010 11101 11111101 10111 1011001 0 1 100011100 1100010 110111

Color Harmonies of #C21DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DFD

Black with #C21DFD

Text Example


Text Example

White with #C21DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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