Html Css Color HEX #C21FFD Electric Purple

📋 copy color: '#C21FFD'

red 194 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #C21FFD

Tints of Electric Purple #C21FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.49%

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

R = 40.59%
G = 6.49%
B = 52.93%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C21FFD (or 0xC21FFD) is known color: Electric Purple. HEX triplet: C2, 1F and FD. RGB value is (194,31,253). Sum of RGB (Red+Green+Blue) = 194+31+253=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #C21FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21FFD is #3DE002. Grayscale: #686868. Windows color (decimal): -4055043 or 16588738. OLE color: 16588738.

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

Color convert

RGB 194 31 253 -
CMYK 0.23 0.88 0 0.01
HSL 284.05º 0.98% 0.56% -
HSV(B) 284.05º 0.88% 0.99% -
XYZ 40.47 19.54 94.57 -
YUV 105.05 211.5 191.45 -
System Red Green Blue C M Y K H S L
Decimal 194 31 253 0.23 0.88 0 0.01 284.05 0.98 0.56
Hex C2 1F FD 17 58 0 1 11C 62 38
Octal 302 37 375 27 130 0 1 434 142 70
Binary 11000010 11111 11111101 10111 1011000 0 1 100011100 1100010 111000

Color Harmonies of #C21FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FFD

Black with #C21FFD

Text Example


Text Example

White with #C21FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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