Html Css Color HEX #C405EE Electric Purple

📋 copy color: '#C405EE'

red 196 ◦ green 5 ◦ blue 238

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

Shades of Electric Purple #C405EE

Tints of Electric Purple #C405EE

RGB

 RED value IS 196 (76.95% from 255) = 44.65%

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

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 44.65%
G = 1.14%
B = 54.21%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C405EE (or 0xC405EE) is known color: Electric Purple. HEX triplet: C4, 05 and EE. RGB value is (196,5,238). Sum of RGB (Red+Green+Blue) = 196+5+238=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #C405EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C405EE is #3BFA11. Grayscale: #575757. Windows color (decimal): -3930642 or 15599044. OLE color: 15599044.

HSL color Cylindrical-coordinate representation of color #C405EE: hue angle of 289.18º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C405EE is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 5 238 -
CMYK 0.18 0.98 0 0.07
HSL 289.18º 0.96% 0.48% -
HSV(B) 289.18º 0.98% 0.93% -
XYZ 38.25 18.02 82.35 -
YUV 88.67 212.28 204.55 -
System Red Green Blue C M Y K H S L
Decimal 196 5 238 0.18 0.98 0 0.07 289.18 0.96 0.48
Hex C4 5 EE 12 62 0 7 121 60 30
Octal 304 5 356 22 142 0 7 441 140 60
Binary 11000100 101 11101110 10010 1100010 0 111 100100001 1100000 110000

Color Harmonies of #C405EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C405EE

Black with #C405EE

Text Example


Text Example

White with #C405EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C405EE; }

 p { color: rgb(196,5,238); }

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

background-color css

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

 a { background-color: rgb(196,5,238); }

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

border-color css

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

 span { border-color: rgb(196,5,238); }

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