Html Css Color HEX #C005EA Electric Purple

📋 copy color: '#C005EA'

red 192 ◦ green 5 ◦ blue 234

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

Shades of Electric Purple #C005EA

Tints of Electric Purple #C005EA

RGB

 RED value IS 192 (75.39% from 255) = 44.55%

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

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 44.55%
G = 1.16%
B = 54.29%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C005EA (or 0xC005EA) is known color: Electric Purple. HEX triplet: C0, 05 and EA. RGB value is (192,5,234). Sum of RGB (Red+Green+Blue) = 192+5+234=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #C005EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005EA is #3FFA15. Grayscale: #565656. Windows color (decimal): -4192790 or 15336896. OLE color: 15336896.

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

Color convert

RGB 192 5 234 -
CMYK 0.18 0.98 0 0.08
HSL 289º 0.96% 0.47% -
HSV(B) 289º 0.98% 0.92% -
XYZ 36.64 17.26 79.24 -
YUV 87.02 210.95 202.88 -
System Red Green Blue C M Y K H S L
Decimal 192 5 234 0.18 0.98 0 0.08 289 0.96 0.47
Hex C0 5 EA 12 62 0 8 121 60 2F
Octal 300 5 352 22 142 0 10 441 140 57
Binary 11000000 101 11101010 10010 1100010 0 1000 100100001 1100000 101111

Color Harmonies of #C005EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005EA

Black with #C005EA

Text Example


Text Example

White with #C005EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005EA; }

 p { color: rgb(192,5,234); }

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

background-color css

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

 a { background-color: rgb(192,5,234); }

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

border-color css

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

 span { border-color: rgb(192,5,234); }

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