Html Css Color HEX #C505EA Electric Purple

📋 copy color: '#C505EA'

red 197 ◦ green 5 ◦ blue 234

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

Shades of Electric Purple #C505EA

Tints of Electric Purple #C505EA

RGB

 RED value IS 197 (77.34% from 255) = 45.18%

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

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

R = 45.18%
G = 1.15%
B = 53.67%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C505EA (or 0xC505EA) is known color: Electric Purple. HEX triplet: C5, 05 and EA. RGB value is (197,5,234). Sum of RGB (Red+Green+Blue) = 197+5+234=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #C505EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C505EA is #3AFA15. Grayscale: #575757. Windows color (decimal): -3865110 or 15336901. OLE color: 15336901.

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

Color convert

RGB 197 5 234 -
CMYK 0.16 0.98 0 0.08
HSL 290.31º 0.96% 0.47% -
HSV(B) 290.31º 0.98% 0.92% -
XYZ 37.93 17.92 79.3 -
YUV 88.51 210.11 205.38 -
System Red Green Blue C M Y K H S L
Decimal 197 5 234 0.16 0.98 0 0.08 290.31 0.96 0.47
Hex C5 5 EA 10 62 0 8 122 60 2F
Octal 305 5 352 20 142 0 10 442 140 57
Binary 11000101 101 11101010 10000 1100010 0 1000 100100010 1100000 101111

Color Harmonies of #C505EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C505EA

Black with #C505EA

Text Example


Text Example

White with #C505EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C505EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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