Html Css Color HEX #C10EED Electric Purple

📋 copy color: '#C10EED'

red 193 ◦ green 14 ◦ blue 237

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

Shades of Electric Purple #C10EED

Tints of Electric Purple #C10EED

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.15%

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

R = 43.47%
G = 3.15%
B = 53.38%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C10EED (or 0xC10EED) is known color: Electric Purple. HEX triplet: C1, 0E and ED. RGB value is (193,14,237). Sum of RGB (Red+Green+Blue) = 193+14+237=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #C10EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10EED is #3EF112. Grayscale: #5C5C5C. Windows color (decimal): -4124947 or 15535809. OLE color: 15535809.

HSL color Cylindrical-coordinate representation of color #C10EED: hue angle of 288.16º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10EED is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 14 237 -
CMYK 0.19 0.94 0 0.07
HSL 288.16º 0.89% 0.49% -
HSV(B) 288.16º 0.94% 0.93% -
XYZ 37.44 17.77 81.58 -
YUV 92.94 209.3 199.37 -
System Red Green Blue C M Y K H S L
Decimal 193 14 237 0.19 0.94 0 0.07 288.16 0.89 0.49
Hex C1 E ED 13 5E 0 7 120 59 31
Octal 301 16 355 23 136 0 7 440 131 61
Binary 11000001 1110 11101101 10011 1011110 0 111 100100000 1011001 110001

Color Harmonies of #C10EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EED

Black with #C10EED

Text Example


Text Example

White with #C10EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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