Html Css Color HEX #C010EE Electric Purple

📋 copy color: '#C010EE'

red 192 ◦ green 16 ◦ blue 238

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

Shades of Electric Purple #C010EE

Tints of Electric Purple #C010EE

RGB

 RED value IS 192 (75.39% from 255) = 43.05%

 GREEN value IS 16 (6.64% from 255) = 3.59%

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

R = 43.05%
G = 3.59%
B = 53.36%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C010EE (or 0xC010EE) is known color: Electric Purple. HEX triplet: C0, 10 and EE. RGB value is (192,16,238). Sum of RGB (Red+Green+Blue) = 192+16+238=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #C010EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C010EE is #3FEF11. Grayscale: #5D5D5D. Windows color (decimal): -4189970 or 15601856. OLE color: 15601856.

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

Color convert

RGB 192 16 238 -
CMYK 0.19 0.93 0 0.07
HSL 287.57º 0.87% 0.5% -
HSV(B) 287.57º 0.93% 0.93% -
XYZ 37.36 17.75 82.35 -
YUV 93.93 209.31 197.95 -
System Red Green Blue C M Y K H S L
Decimal 192 16 238 0.19 0.93 0 0.07 287.57 0.87 0.5
Hex C0 10 EE 13 5D 0 7 120 57 32
Octal 300 20 356 23 135 0 7 440 127 62
Binary 11000000 10000 11101110 10011 1011101 0 111 100100000 1010111 110010

Color Harmonies of #C010EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010EE

Black with #C010EE

Text Example


Text Example

White with #C010EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010EE; }

 p { color: rgb(192,16,238); }

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

background-color css

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

 a { background-color: rgb(192,16,238); }

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

border-color css

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

 span { border-color: rgb(192,16,238); }

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