Html Css Color HEX #C12EE5 Medium Orchid

📋 copy color: '#C12EE5'

red 193 ◦ green 46 ◦ blue 229

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

Shades of Medium Orchid #C12EE5

Tints of Medium Orchid #C12EE5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.83%

 BLUE value IS 229 (89.84% from 255) = 48.93%

R = 41.24%
G = 9.83%
B = 48.93%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C12EE5 (or 0xC12EE5) is known color: Medium Orchid. HEX triplet: C1, 2E and E5. RGB value is (193,46,229). Sum of RGB (Red+Green+Blue) = 193+46+229=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #C12EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12EE5 is #3ED11A. Grayscale: #6E6E6E. Windows color (decimal): -4116763 or 15019713. OLE color: 15019713.

HSL color Cylindrical-coordinate representation of color #C12EE5: hue angle of 288.2º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12EE5 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 46 229 -
CMYK 0.16 0.80 0 0.10
HSL 288.2º 0.78% 0.54% -
HSV(B) 288.2º 0.8% 0.9% -
XYZ 37.11 18.95 75.83 -
YUV 110.82 194.7 186.62 -
System Red Green Blue C M Y K H S L
Decimal 193 46 229 0.16 0.80 0 0.10 288.2 0.78 0.54
Hex C1 2E E5 10 50 0 A 120 4E 36
Octal 301 56 345 20 120 0 12 440 116 66
Binary 11000001 101110 11100101 10000 1010000 0 1010 100100000 1001110 110110

Color Harmonies of #C12EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12EE5

Black with #C12EE5

Text Example


Text Example

White with #C12EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12EE5; }

 p { color: rgb(193,46,229); }

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

background-color css

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

 a { background-color: rgb(193,46,229); }

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

border-color css

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

 span { border-color: rgb(193,46,229); }

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