Html Css Color HEX #C100ED Electric Purple

📋 copy color: '#C100ED'

red 193 ◦ green 0 ◦ blue 237

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

Shades of Electric Purple #C100ED

Tints of Electric Purple #C100ED

RGB

 RED value IS 193 (75.78% from 255) = 44.88%

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

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

R = 44.88%
G = 0%
B = 55.12%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C100ED (or 0xC100ED) is known color: Electric Purple. HEX triplet: C1, 00 and ED. RGB value is (193,0,237). Sum of RGB (Red+Green+Blue) = 193+0+237=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #C100ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C100ED is #3EFF12. Grayscale: #535353. Windows color (decimal): -4128531 or 15532225. OLE color: 15532225.

HSL color Cylindrical-coordinate representation of color #C100ED: hue angle of 288.86º 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 #C100ED is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 0 237 -
CMYK 0.19 1 0 0.07
HSL 288.86º 1% 0.46% -
HSV(B) 288.86º 1% 0.93% -
XYZ 37.28 17.45 81.52 -
YUV 84.73 213.94 205.23 -
System Red Green Blue C M Y K H S L
Decimal 193 0 237 0.19 1 0 0.07 288.86 1 0.46
Hex C1 0 ED 13 64 0 7 121 64 2E
Octal 301 0 355 23 144 0 7 441 144 56
Binary 11000001 0 11101101 10011 1100100 0 111 100100001 1100100 101110

Color Harmonies of #C100ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100ED

Black with #C100ED

Text Example


Text Example

White with #C100ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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