Html Css Color HEX #C14EDC Medium Orchid

📋 copy color: '#C14EDC'

red 193 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #C14EDC

Tints of Medium Orchid #C14EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 39.31%
G = 15.89%
B = 44.81%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C14EDC (or 0xC14EDC) is known color: Medium Orchid. HEX triplet: C1, 4E and DC. RGB value is (193,78,220). Sum of RGB (Red+Green+Blue) = 193+78+220=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #C14EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EDC is #3EB123. Grayscale: #808080. Windows color (decimal): -4108580 or 14438081. OLE color: 14438081.

HSL color Cylindrical-coordinate representation of color #C14EDC: hue angle of 288.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14EDC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 78 220 -
CMYK 0.12 0.65 0 0.14
HSL 288.59º 0.67% 0.58% -
HSV(B) 288.59º 0.65% 0.86% -
XYZ 37.63 21.95 69.96 -
YUV 128.57 179.6 173.95 -
System Red Green Blue C M Y K H S L
Decimal 193 78 220 0.12 0.65 0 0.14 288.59 0.67 0.58
Hex C1 4E DC C 41 0 E 121 43 3A
Octal 301 116 334 14 101 0 16 441 103 72
Binary 11000001 1001110 11011100 1100 1000001 0 1110 100100001 1000011 111010

Color Harmonies of #C14EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14EDC

Black with #C14EDC

Text Example


Text Example

White with #C14EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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