Html Css Color HEX #C12ED6 Medium Orchid

📋 copy color: '#C12ED6'

red 193 ◦ green 46 ◦ blue 214

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

Shades of Medium Orchid #C12ED6

Tints of Medium Orchid #C12ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 42.6%
G = 10.15%
B = 47.24%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C12ED6 (or 0xC12ED6) is known color: Medium Orchid. HEX triplet: C1, 2E and D6. RGB value is (193,46,214). Sum of RGB (Red+Green+Blue) = 193+46+214=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #C12ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ED6 is #3ED129. Grayscale: #6C6C6C. Windows color (decimal): -4116778 or 14036673. OLE color: 14036673.

HSL color Cylindrical-coordinate representation of color #C12ED6: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12ED6 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 46 214 -
CMYK 0.10 0.79 0 0.16
HSL 292.5º 0.67% 0.51% -
HSV(B) 292.5º 0.79% 0.84% -
XYZ 35.11 18.15 65.27 -
YUV 109.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 193 46 214 0.10 0.79 0 0.16 292.5 0.67 0.51
Hex C1 2E D6 A 4F 0 10 124 43 33
Octal 301 56 326 12 117 0 20 444 103 63
Binary 11000001 101110 11010110 1010 1001111 0 10000 100100100 1000011 110011

Color Harmonies of #C12ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12ED6

Black with #C12ED6

Text Example


Text Example

White with #C12ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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