Html Css Color HEX #C217EF Electric Purple

📋 copy color: '#C217EF'

red 194 ◦ green 23 ◦ blue 239

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

Shades of Electric Purple #C217EF

Tints of Electric Purple #C217EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 42.54%
G = 5.04%
B = 52.41%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C217EF (or 0xC217EF) is known color: Electric Purple. HEX triplet: C2, 17 and EF. RGB value is (194,23,239). Sum of RGB (Red+Green+Blue) = 194+23+239=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 23 (9.38% from 255 or 5.04% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #C217EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C217EF is #3DE810. Grayscale: #626262. Windows color (decimal): -4057105 or 15669186. OLE color: 15669186.

HSL color Cylindrical-coordinate representation of color #C217EF: hue angle of 287.5º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C217EF is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 23 239 -
CMYK 0.19 0.90 0 0.06
HSL 287.5º 0.87% 0.51% -
HSV(B) 287.5º 0.9% 0.94% -
XYZ 38.13 18.31 83.19 -
YUV 98.75 207.15 195.94 -
System Red Green Blue C M Y K H S L
Decimal 194 23 239 0.19 0.90 0 0.06 287.5 0.87 0.51
Hex C2 17 EF 13 5A 0 6 120 57 33
Octal 302 27 357 23 132 0 6 440 127 63
Binary 11000010 10111 11101111 10011 1011010 0 110 100100000 1010111 110011

Color Harmonies of #C217EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C217EF

Black with #C217EF

Text Example


Text Example

White with #C217EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C217EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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