Html Css Color HEX #C204EE Electric Purple

📋 copy color: '#C204EE'

red 194 ◦ green 4 ◦ blue 238

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

Shades of Electric Purple #C204EE

Tints of Electric Purple #C204EE

RGB

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

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

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

R = 44.5%
G = 0.92%
B = 54.59%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C204EE (or 0xC204EE) is known color: Electric Purple. HEX triplet: C2, 04 and EE. RGB value is (194,4,238). Sum of RGB (Red+Green+Blue) = 194+4+238=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #C204EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C204EE is #3DFB11. Grayscale: #565656. Windows color (decimal): -4061970 or 15598786. OLE color: 15598786.

HSL color Cylindrical-coordinate representation of color #C204EE: hue angle of 288.72º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204EE is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 4 238 -
CMYK 0.18 0.98 0 0.07
HSL 288.72º 0.97% 0.47% -
HSV(B) 288.72º 0.98% 0.93% -
XYZ 37.72 17.73 82.32 -
YUV 87.49 212.95 203.97 -
System Red Green Blue C M Y K H S L
Decimal 194 4 238 0.18 0.98 0 0.07 288.72 0.97 0.47
Hex C2 4 EE 12 62 0 7 121 61 2F
Octal 302 4 356 22 142 0 7 441 141 57
Binary 11000010 100 11101110 10010 1100010 0 111 100100001 1100001 101111

Color Harmonies of #C204EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C204EE

Black with #C204EE

Text Example


Text Example

White with #C204EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C204EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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