Html Css Color HEX #C176DB Medium Orchid

📋 copy color: '#C176DB'

red 193 ◦ green 118 ◦ blue 219

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

Shades of Medium Orchid #C176DB

Tints of Medium Orchid #C176DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 36.42%
G = 22.26%
B = 41.32%

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

#C176DB (or 0xC176DB) is known color: Medium Orchid. HEX triplet: C1, 76 and DB. RGB value is (193,118,219). Sum of RGB (Red+Green+Blue) = 193+118+219=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #C176DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176DB is #3E8924. Grayscale: #979797. Windows color (decimal): -4098341 or 14382785. OLE color: 14382785.

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

Color convert

RGB 193 118 219 -
CMYK 0.12 0.46 0 0.14
HSL 284.55º 0.58% 0.66% -
HSV(B) 284.55º 0.46% 0.86% -
XYZ 41.26 29.41 70.52 -
YUV 151.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 193 118 219 0.12 0.46 0 0.14 284.55 0.58 0.66
Hex C1 76 DB C 2E 0 E 11D 3A 42
Octal 301 166 333 14 56 0 16 435 72 102
Binary 11000001 1110110 11011011 1100 101110 0 1110 100011101 111010 1000010

Color Harmonies of #C176DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C176DB

Black with #C176DB

Text Example


Text Example

White with #C176DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C176DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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