Html Css Color HEX #C213FD Electric Purple

📋 copy color: '#C213FD'

red 194 ◦ green 19 ◦ blue 253

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

Shades of Electric Purple #C213FD

Tints of Electric Purple #C213FD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.08%

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

R = 41.63%
G = 4.08%
B = 54.29%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C213FD (or 0xC213FD) is known color: Electric Purple. HEX triplet: C2, 13 and FD. RGB value is (194,19,253). Sum of RGB (Red+Green+Blue) = 194+19+253=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #C213FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C213FD is #3DEC02. Grayscale: #616161. Windows color (decimal): -4058115 or 16585666. OLE color: 16585666.

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

Color convert

RGB 194 19 253 -
CMYK 0.23 0.92 0 0.01
HSL 284.87º 0.98% 0.53% -
HSV(B) 284.87º 0.92% 0.99% -
XYZ 40.21 19.03 94.48 -
YUV 98 215.48 196.47 -
System Red Green Blue C M Y K H S L
Decimal 194 19 253 0.23 0.92 0 0.01 284.87 0.98 0.53
Hex C2 13 FD 17 5C 0 1 11D 62 35
Octal 302 23 375 27 134 0 1 435 142 65
Binary 11000010 10011 11111101 10111 1011100 0 1 100011101 1100010 110101

Color Harmonies of #C213FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213FD

Black with #C213FD

Text Example


Text Example

White with #C213FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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