Html Css Color HEX #C177DC Medium Orchid

📋 copy color: '#C177DC'

red 193 ◦ green 119 ◦ blue 220

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

Shades of Medium Orchid #C177DC

Tints of Medium Orchid #C177DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.37%

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

R = 36.28%
G = 22.37%
B = 41.35%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C177DC (or 0xC177DC) is known color: Medium Orchid. HEX triplet: C1, 77 and DC. RGB value is (193,119,220). Sum of RGB (Red+Green+Blue) = 193+119+220=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #C177DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177DC is #3E8823. Grayscale: #989898. Windows color (decimal): -4098084 or 14448577. OLE color: 14448577.

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

Color convert

RGB 193 119 220 -
CMYK 0.12 0.46 0 0.14
HSL 283.96º 0.59% 0.66% -
HSV(B) 283.96º 0.46% 0.86% -
XYZ 41.51 29.7 71.25 -
YUV 152.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 193 119 220 0.12 0.46 0 0.14 283.96 0.59 0.66
Hex C1 77 DC C 2E 0 E 11C 3B 42
Octal 301 167 334 14 56 0 16 434 73 102
Binary 11000001 1110111 11011100 1100 101110 0 1110 100011100 111011 1000010

Color Harmonies of #C177DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C177DC

Black with #C177DC

Text Example


Text Example

White with #C177DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C177DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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