Html Css Color HEX #D176C0 Orchid

📋 copy color: '#D176C0'

red 209 ◦ green 118 ◦ blue 192

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

Shades of Orchid #D176C0

Tints of Orchid #D176C0

RGB

 RED value IS 209 (82.03% from 255) = 40.27%

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

 BLUE value IS 192 (75.39% from 255) = 36.99%

R = 40.27%
G = 22.74%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D176C0 (or 0xD176C0) is known color: Orchid. HEX triplet: D1, 76 and C0. RGB value is (209,118,192). Sum of RGB (Red+Green+Blue) = 209+118+192=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D176C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176C0 is #2E893F. Grayscale: #999999. Windows color (decimal): -3049792 or 12613329. OLE color: 12613329.

HSL color Cylindrical-coordinate representation of color #D176C0: hue angle of 311.21º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D176C0 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 118 192 -
CMYK 0 0.44 0.08 0.18
HSL 311.21º 0.5% 0.64% -
HSV(B) 311.21º 0.44% 0.82% -
XYZ 42.29 30.32 53.49 -
YUV 153.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 209 118 192 0 0.44 0.08 0.18 311.21 0.5 0.64
Hex D1 76 C0 0 2C 8 12 137 32 40
Octal 321 166 300 0 54 10 22 467 62 100
Binary 11010001 1110110 11000000 0 101100 1000 10010 100110111 110010 1000000

Color Harmonies of #D176C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D176C0

Black with #D176C0

Text Example


Text Example

White with #D176C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D176C0; }

 p { color: rgb(209,118,192); }

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

background-color css

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

 a { background-color: rgb(209,118,192); }

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

border-color css

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

 span { border-color: rgb(209,118,192); }

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