Html Css Color HEX #C210FD Electric Purple

📋 copy color: '#C210FD'

red 194 ◦ green 16 ◦ blue 253

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

Shades of Electric Purple #C210FD

Tints of Electric Purple #C210FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.46%

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

R = 41.9%
G = 3.46%
B = 54.64%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C210FD (or 0xC210FD) is known color: Electric Purple. HEX triplet: C2, 10 and FD. RGB value is (194,16,253). Sum of RGB (Red+Green+Blue) = 194+16+253=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #C210FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210FD is #3DEF02. Grayscale: #5F5F5F. Windows color (decimal): -4058883 or 16584898. OLE color: 16584898.

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

Color convert

RGB 194 16 253 -
CMYK 0.23 0.94 0 0.01
HSL 285.06º 0.98% 0.53% -
HSV(B) 285.06º 0.94% 0.99% -
XYZ 40.16 18.93 94.47 -
YUV 96.24 216.47 197.73 -
System Red Green Blue C M Y K H S L
Decimal 194 16 253 0.23 0.94 0 0.01 285.06 0.98 0.53
Hex C2 10 FD 17 5E 0 1 11D 62 35
Octal 302 20 375 27 136 0 1 435 142 65
Binary 11000010 10000 11111101 10111 1011110 0 1 100011101 1100010 110101

Color Harmonies of #C210FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C210FD

Black with #C210FD

Text Example


Text Example

White with #C210FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C210FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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