Html Css Color HEX #C204EB Electric Purple

📋 copy color: '#C204EB'

red 194 ◦ green 4 ◦ blue 235

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

Shades of Electric Purple #C204EB

Tints of Electric Purple #C204EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.27%

R = 44.8%
G = 0.92%
B = 54.27%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C204EB (or 0xC204EB) is known color: Electric Purple. HEX triplet: C2, 04 and EB. RGB value is (194,4,235). Sum of RGB (Red+Green+Blue) = 194+4+235=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #C204EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C204EB is #3DFB14. Grayscale: #565656. Windows color (decimal): -4061973 or 15402178. OLE color: 15402178.

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

Color convert

RGB 194 4 235 -
CMYK 0.17 0.98 0 0.08
HSL 289.35º 0.97% 0.47% -
HSV(B) 289.35º 0.98% 0.92% -
XYZ 37.29 17.55 80.02 -
YUV 87.14 211.45 204.22 -
System Red Green Blue C M Y K H S L
Decimal 194 4 235 0.17 0.98 0 0.08 289.35 0.97 0.47
Hex C2 4 EB 11 62 0 8 121 61 2F
Octal 302 4 353 21 142 0 10 441 141 57
Binary 11000010 100 11101011 10001 1100010 0 1000 100100001 1100001 101111

Color Harmonies of #C204EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C204EB

Black with #C204EB

Text Example


Text Example

White with #C204EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C204EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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