Html Css Color HEX #C204EF Electric Purple

📋 copy color: '#C204EF'

red 194 ◦ green 4 ◦ blue 239

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

Shades of Electric Purple #C204EF

Tints of Electric Purple #C204EF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.92%

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

R = 44.39%
G = 0.92%
B = 54.69%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C204EF (or 0xC204EF) is known color: Electric Purple. HEX triplet: C2, 04 and EF. RGB value is (194,4,239). Sum of RGB (Red+Green+Blue) = 194+4+239=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #C204EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C204EF is #3DFB10. Grayscale: #565656. Windows color (decimal): -4061969 or 15664322. OLE color: 15664322.

HSL color Cylindrical-coordinate representation of color #C204EF: hue angle of 288.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204EF is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 4 239 -
CMYK 0.19 0.98 0 0.06
HSL 288.51º 0.97% 0.48% -
HSV(B) 288.51º 0.98% 0.94% -
XYZ 37.87 17.79 83.1 -
YUV 87.6 213.45 203.89 -
System Red Green Blue C M Y K H S L
Decimal 194 4 239 0.19 0.98 0 0.06 288.51 0.97 0.48
Hex C2 4 EF 13 62 0 6 121 61 30
Octal 302 4 357 23 142 0 6 441 141 60
Binary 11000010 100 11101111 10011 1100010 0 110 100100001 1100001 110000

Color Harmonies of #C204EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C204EF

Black with #C204EF

Text Example


Text Example

White with #C204EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C204EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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