Html Css Color HEX #C217ED Electric Purple

📋 copy color: '#C217ED'

red 194 ◦ green 23 ◦ blue 237

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

Shades of Electric Purple #C217ED

Tints of Electric Purple #C217ED

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.07%

 BLUE value IS 237 (92.97% from 255) = 52.2%

R = 42.73%
G = 5.07%
B = 52.2%

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

#C217ED (or 0xC217ED) is known color: Electric Purple. HEX triplet: C2, 17 and ED. RGB value is (194,23,237). Sum of RGB (Red+Green+Blue) = 194+23+237=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #C217ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C217ED is #3DE812. Grayscale: #616161. Windows color (decimal): -4057107 or 15538114. OLE color: 15538114.

HSL color Cylindrical-coordinate representation of color #C217ED: hue angle of 287.94º 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 #C217ED is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 23 237 -
CMYK 0.18 0.90 0 0.07
HSL 287.94º 0.86% 0.51% -
HSV(B) 287.94º 0.9% 0.93% -
XYZ 37.84 18.2 81.64 -
YUV 98.53 206.15 196.1 -
System Red Green Blue C M Y K H S L
Decimal 194 23 237 0.18 0.90 0 0.07 287.94 0.86 0.51
Hex C2 17 ED 12 5A 0 7 120 56 33
Octal 302 27 355 22 132 0 7 440 126 63
Binary 11000010 10111 11101101 10010 1011010 0 111 100100000 1010110 110011

Color Harmonies of #C217ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C217ED

Black with #C217ED

Text Example


Text Example

White with #C217ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C217ED; }

 p { color: rgb(194,23,237); }

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

background-color css

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

 a { background-color: rgb(194,23,237); }

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

border-color css

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

 span { border-color: rgb(194,23,237); }

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