Html Css Color HEX #C12ED1 Medium Orchid

📋 copy color: '#C12ED1'

red 193 ◦ green 46 ◦ blue 209

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

Shades of Medium Orchid #C12ED1

Tints of Medium Orchid #C12ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.65%

R = 43.08%
G = 10.27%
B = 46.65%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C12ED1 (or 0xC12ED1) is known color: Medium Orchid. HEX triplet: C1, 2E and D1. RGB value is (193,46,209). Sum of RGB (Red+Green+Blue) = 193+46+209=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #C12ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ED1 is #3ED12E. Grayscale: #6C6C6C. Windows color (decimal): -4116783 or 13708993. OLE color: 13708993.

HSL color Cylindrical-coordinate representation of color #C12ED1: hue angle of 294.11º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12ED1 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 46 209 -
CMYK 0.08 0.78 0 0.18
HSL 294.11º 0.64% 0.5% -
HSV(B) 294.11º 0.78% 0.82% -
XYZ 34.48 17.89 61.96 -
YUV 108.54 184.7 188.25 -
System Red Green Blue C M Y K H S L
Decimal 193 46 209 0.08 0.78 0 0.18 294.11 0.64 0.5
Hex C1 2E D1 8 4E 0 12 126 40 32
Octal 301 56 321 10 116 0 22 446 100 62
Binary 11000001 101110 11010001 1000 1001110 0 10010 100100110 1000000 110010

Color Harmonies of #C12ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12ED1

Black with #C12ED1

Text Example


Text Example

White with #C12ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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