Html Css Color HEX #C10CEB Electric Purple

📋 copy color: '#C10CEB'

red 193 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #C10CEB

Tints of Electric Purple #C10CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.73%

 BLUE value IS 235 (92.19% from 255) = 53.41%

R = 43.86%
G = 2.73%
B = 53.41%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C10CEB (or 0xC10CEB) is known color: Electric Purple. HEX triplet: C1, 0C and EB. RGB value is (193,12,235). Sum of RGB (Red+Green+Blue) = 193+12+235=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #C10CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10CEB is #3EF314. Grayscale: #5A5A5A. Windows color (decimal): -4125461 or 15404225. OLE color: 15404225.

HSL color Cylindrical-coordinate representation of color #C10CEB: hue angle of 288.7º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10CEB is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 12 235 -
CMYK 0.18 0.95 0 0.08
HSL 288.7º 0.9% 0.48% -
HSV(B) 288.7º 0.95% 0.92% -
XYZ 37.12 17.6 80.04 -
YUV 91.54 208.97 200.37 -
System Red Green Blue C M Y K H S L
Decimal 193 12 235 0.18 0.95 0 0.08 288.7 0.9 0.48
Hex C1 C EB 12 5F 0 8 121 5A 30
Octal 301 14 353 22 137 0 10 441 132 60
Binary 11000001 1100 11101011 10010 1011111 0 1000 100100001 1011010 110000

Color Harmonies of #C10CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10CEB

Black with #C10CEB

Text Example


Text Example

White with #C10CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10CEB; }

 p { color: rgb(193,12,235); }

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

background-color css

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

 a { background-color: rgb(193,12,235); }

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

border-color css

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

 span { border-color: rgb(193,12,235); }

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