Html Css Color HEX #C400ED Electric Purple

📋 copy color: '#C400ED'

red 196 ◦ green 0 ◦ blue 237

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

Shades of Electric Purple #C400ED

Tints of Electric Purple #C400ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 45.27%
G = 0%
B = 54.73%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C400ED (or 0xC400ED) is known color: Electric Purple. HEX triplet: C4, 00 and ED. RGB value is (196,0,237). Sum of RGB (Red+Green+Blue) = 196+0+237=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #C400ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C400ED is #3BFF12. Grayscale: #545454. Windows color (decimal): -3931923 or 15532228. OLE color: 15532228.

HSL color Cylindrical-coordinate representation of color #C400ED: hue angle of 289.62º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400ED is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 0 237 -
CMYK 0.17 1 0 0.07
HSL 289.62º 1% 0.46% -
HSV(B) 289.62º 1% 0.93% -
XYZ 38.05 17.85 81.56 -
YUV 85.62 213.43 206.73 -
System Red Green Blue C M Y K H S L
Decimal 196 0 237 0.17 1 0 0.07 289.62 1 0.46
Hex C4 0 ED 11 64 0 7 122 64 2E
Octal 304 0 355 21 144 0 7 442 144 56
Binary 11000100 0 11101101 10001 1100100 0 111 100100010 1100100 101110

Color Harmonies of #C400ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400ED

Black with #C400ED

Text Example


Text Example

White with #C400ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400ED; }

 p { color: rgb(196,0,237); }

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

background-color css

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

 a { background-color: rgb(196,0,237); }

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

border-color css

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

 span { border-color: rgb(196,0,237); }

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