Html Css Color HEX #C218E7 Electric Purple

📋 copy color: '#C218E7'

red 194 ◦ green 24 ◦ blue 231

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

Shades of Electric Purple #C218E7

Tints of Electric Purple #C218E7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.35%

 BLUE value IS 231 (90.63% from 255) = 51.45%

R = 43.21%
G = 5.35%
B = 51.45%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C218E7 (or 0xC218E7) is known color: Electric Purple. HEX triplet: C2, 18 and E7. RGB value is (194,24,231). Sum of RGB (Red+Green+Blue) = 194+24+231=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #C218E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C218E7 is #3DE718. Grayscale: #616161. Windows color (decimal): -4056857 or 15145154. OLE color: 15145154.

HSL color Cylindrical-coordinate representation of color #C218E7: hue angle of 289.28º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C218E7 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 24 231 -
CMYK 0.16 0.90 0 0.09
HSL 289.28º 0.81% 0.5% -
HSV(B) 289.28º 0.9% 0.91% -
XYZ 37 17.89 77.1 -
YUV 98.43 202.82 196.17 -
System Red Green Blue C M Y K H S L
Decimal 194 24 231 0.16 0.90 0 0.09 289.28 0.81 0.5
Hex C2 18 E7 10 5A 0 9 121 51 32
Octal 302 30 347 20 132 0 11 441 121 62
Binary 11000010 11000 11100111 10000 1011010 0 1001 100100001 1010001 110010

Color Harmonies of #C218E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C218E7

Black with #C218E7

Text Example


Text Example

White with #C218E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C218E7; }

 p { color: rgb(194,24,231); }

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

background-color css

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

 a { background-color: rgb(194,24,231); }

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

border-color css

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

 span { border-color: rgb(194,24,231); }

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