Html Css Color HEX #C176DC Medium Orchid

📋 copy color: '#C176DC'

red 193 ◦ green 118 ◦ blue 220

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

Shades of Medium Orchid #C176DC

Tints of Medium Orchid #C176DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.22%

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

R = 36.35%
G = 22.22%
B = 41.43%

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

#C176DC (or 0xC176DC) is known color: Medium Orchid. HEX triplet: C1, 76 and DC. RGB value is (193,118,220). Sum of RGB (Red+Green+Blue) = 193+118+220=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #C176DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176DC is #3E8923. Grayscale: #979797. Windows color (decimal): -4098340 or 14448321. OLE color: 14448321.

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

Color convert

RGB 193 118 220 -
CMYK 0.12 0.46 0 0.14
HSL 284.12º 0.59% 0.66% -
HSV(B) 284.12º 0.46% 0.86% -
XYZ 41.39 29.46 71.22 -
YUV 152.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 193 118 220 0.12 0.46 0 0.14 284.12 0.59 0.66
Hex C1 76 DC C 2E 0 E 11C 3B 42
Octal 301 166 334 14 56 0 16 434 73 102
Binary 11000001 1110110 11011100 1100 101110 0 1110 100011100 111011 1000010

Color Harmonies of #C176DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C176DC

Black with #C176DC

Text Example


Text Example

White with #C176DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C176DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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