Html Css Color HEX #C14DDC Medium Orchid

📋 copy color: '#C14DDC'

red 193 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #C14DDC

Tints of Medium Orchid #C14DDC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.71%

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

R = 39.39%
G = 15.71%
B = 44.9%

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

#C14DDC (or 0xC14DDC) is known color: Medium Orchid. HEX triplet: C1, 4D and DC. RGB value is (193,77,220). Sum of RGB (Red+Green+Blue) = 193+77+220=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #C14DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DDC is #3EB223. Grayscale: #7F7F7F. Windows color (decimal): -4108836 or 14437825. OLE color: 14437825.

HSL color Cylindrical-coordinate representation of color #C14DDC: hue angle of 288.67º 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 #C14DDC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 77 220 -
CMYK 0.12 0.65 0 0.14
HSL 288.67º 0.67% 0.58% -
HSV(B) 288.67º 0.65% 0.86% -
XYZ 37.56 21.81 69.94 -
YUV 127.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 193 77 220 0.12 0.65 0 0.14 288.67 0.67 0.58
Hex C1 4D DC C 41 0 E 121 43 3A
Octal 301 115 334 14 101 0 16 441 103 72
Binary 11000001 1001101 11011100 1100 1000001 0 1110 100100001 1000011 111010

Color Harmonies of #C14DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DDC

Black with #C14DDC

Text Example


Text Example

White with #C14DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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