Html Css Color HEX #C10BEE Electric Purple

📋 copy color: '#C10BEE'

red 193 ◦ green 11 ◦ blue 238

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

Shades of Electric Purple #C10BEE

Tints of Electric Purple #C10BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.49%

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

R = 43.67%
G = 2.49%
B = 53.85%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C10BEE (or 0xC10BEE) is known color: Electric Purple. HEX triplet: C1, 0B and EE. RGB value is (193,11,238). Sum of RGB (Red+Green+Blue) = 193+11+238=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #C10BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10BEE is #3EF411. Grayscale: #5A5A5A. Windows color (decimal): -4125714 or 15600577. OLE color: 15600577.

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

Color convert

RGB 193 11 238 -
CMYK 0.19 0.95 0 0.07
HSL 288.11º 0.91% 0.49% -
HSV(B) 288.11º 0.95% 0.93% -
XYZ 37.54 17.75 82.34 -
YUV 91.3 210.8 200.54 -
System Red Green Blue C M Y K H S L
Decimal 193 11 238 0.19 0.95 0 0.07 288.11 0.91 0.49
Hex C1 B EE 13 5F 0 7 120 5B 31
Octal 301 13 356 23 137 0 7 440 133 61
Binary 11000001 1011 11101110 10011 1011111 0 111 100100000 1011011 110001

Color Harmonies of #C10BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10BEE

Black with #C10BEE

Text Example


Text Example

White with #C10BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10BEE; }

 p { color: rgb(193,11,238); }

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

background-color css

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

 a { background-color: rgb(193,11,238); }

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

border-color css

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

 span { border-color: rgb(193,11,238); }

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