Html Css Color HEX #C205EB Electric Purple

📋 copy color: '#C205EB'

red 194 ◦ green 5 ◦ blue 235

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

Shades of Electric Purple #C205EB

Tints of Electric Purple #C205EB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

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

R = 44.7%
G = 1.15%
B = 54.15%

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

#C205EB (or 0xC205EB) is known color: Electric Purple. HEX triplet: C2, 05 and EB. RGB value is (194,5,235). Sum of RGB (Red+Green+Blue) = 194+5+235=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 5 (2.34% from 255 or 1.15% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #C205EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C205EB is #3DFA14. Grayscale: #575757. Windows color (decimal): -4061717 or 15402434. OLE color: 15402434.

HSL color Cylindrical-coordinate representation of color #C205EB: hue angle of 289.3º degrees, saturation: 0.96, 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 #C205EB is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 5 235 -
CMYK 0.17 0.98 0 0.08
HSL 289.3º 0.96% 0.47% -
HSV(B) 289.3º 0.98% 0.92% -
XYZ 37.3 17.58 80.02 -
YUV 87.73 211.12 203.8 -
System Red Green Blue C M Y K H S L
Decimal 194 5 235 0.17 0.98 0 0.08 289.3 0.96 0.47
Hex C2 5 EB 11 62 0 8 121 60 2F
Octal 302 5 353 21 142 0 10 441 140 57
Binary 11000010 101 11101011 10001 1100010 0 1000 100100001 1100000 101111

Color Harmonies of #C205EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C205EB

Black with #C205EB

Text Example


Text Example

White with #C205EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C205EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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