Html Css Color HEX #C205E6 Electric Purple

📋 copy color: '#C205E6'

red 194 ◦ green 5 ◦ blue 230

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

Shades of Electric Purple #C205E6

Tints of Electric Purple #C205E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.61%

R = 45.22%
G = 1.17%
B = 53.61%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C205E6 (or 0xC205E6) is known color: Electric Purple. HEX triplet: C2, 05 and E6. RGB value is (194,5,230). Sum of RGB (Red+Green+Blue) = 194+5+230=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #C205E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C205E6 is #3DFA19. Grayscale: #565656. Windows color (decimal): -4061722 or 15074754. OLE color: 15074754.

HSL color Cylindrical-coordinate representation of color #C205E6: hue angle of 290.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C205E6 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 5 230 -
CMYK 0.16 0.98 0 0.10
HSL 290.4º 0.96% 0.46% -
HSV(B) 290.4º 0.98% 0.9% -
XYZ 36.59 17.29 76.27 -
YUV 87.16 208.62 204.2 -
System Red Green Blue C M Y K H S L
Decimal 194 5 230 0.16 0.98 0 0.10 290.4 0.96 0.46
Hex C2 5 E6 10 62 0 A 122 60 2E
Octal 302 5 346 20 142 0 12 442 140 56
Binary 11000010 101 11100110 10000 1100010 0 1010 100100010 1100000 101110

Color Harmonies of #C205E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C205E6

Black with #C205E6

Text Example


Text Example

White with #C205E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C205E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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