Html Css Color HEX #C14ED1 Medium Orchid

📋 copy color: '#C14ED1'

red 193 ◦ green 78 ◦ blue 209

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

Shades of Medium Orchid #C14ED1

Tints of Medium Orchid #C14ED1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.25%

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

R = 40.21%
G = 16.25%
B = 43.54%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C14ED1 (or 0xC14ED1) is known color: Medium Orchid. HEX triplet: C1, 4E and D1. RGB value is (193,78,209). Sum of RGB (Red+Green+Blue) = 193+78+209=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #C14ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14ED1 is #3EB12E. Grayscale: #7E7E7E. Windows color (decimal): -4108591 or 13717185. OLE color: 13717185.

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

Color convert

RGB 193 78 209 -
CMYK 0.08 0.63 0 0.18
HSL 292.67º 0.59% 0.56% -
HSV(B) 292.67º 0.63% 0.82% -
XYZ 36.23 21.39 62.54 -
YUV 127.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 193 78 209 0.08 0.63 0 0.18 292.67 0.59 0.56
Hex C1 4E D1 8 3F 0 12 125 3B 38
Octal 301 116 321 10 77 0 22 445 73 70
Binary 11000001 1001110 11010001 1000 111111 0 10010 100100101 111011 111000

Color Harmonies of #C14ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14ED1

Black with #C14ED1

Text Example


Text Example

White with #C14ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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