Html Css Color HEX #C218EE Electric Purple

📋 copy color: '#C218EE'

red 194 ◦ green 24 ◦ blue 238

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

Shades of Electric Purple #C218EE

Tints of Electric Purple #C218EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.19%

R = 42.54%
G = 5.26%
B = 52.19%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C218EE (or 0xC218EE) is known color: Electric Purple. HEX triplet: C2, 18 and EE. RGB value is (194,24,238). Sum of RGB (Red+Green+Blue) = 194+24+238=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #C218EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C218EE is #3DE711. Grayscale: #626262. Windows color (decimal): -4056850 or 15603906. OLE color: 15603906.

HSL color Cylindrical-coordinate representation of color #C218EE: hue angle of 287.66º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C218EE is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 24 238 -
CMYK 0.18 0.90 0 0.07
HSL 287.66º 0.86% 0.51% -
HSV(B) 287.66º 0.9% 0.93% -
XYZ 38.01 18.3 82.42 -
YUV 99.23 206.32 195.6 -
System Red Green Blue C M Y K H S L
Decimal 194 24 238 0.18 0.90 0 0.07 287.66 0.86 0.51
Hex C2 18 EE 12 5A 0 7 120 56 33
Octal 302 30 356 22 132 0 7 440 126 63
Binary 11000010 11000 11101110 10010 1011010 0 111 100100000 1010110 110011

Color Harmonies of #C218EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C218EE

Black with #C218EE

Text Example


Text Example

White with #C218EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C218EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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