Html Css Color HEX #D176DC Orchid

📋 copy color: '#D176DC'

red 209 ◦ green 118 ◦ blue 220

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

Shades of Orchid #D176DC

Tints of Orchid #D176DC

RGB

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

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

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

R = 38.21%
G = 21.57%
B = 40.22%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D176DC (or 0xD176DC) is known color: Orchid. HEX triplet: D1, 76 and DC. RGB value is (209,118,220). Sum of RGB (Red+Green+Blue) = 209+118+220=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #D176DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176DC is #2E8923. Grayscale: #9C9C9C. Windows color (decimal): -3049764 or 14448337. OLE color: 14448337.

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

Color convert

RGB 209 118 220 -
CMYK 0.05 0.46 0 0.14
HSL 293.53º 0.59% 0.66% -
HSV(B) 293.53º 0.46% 0.86% -
XYZ 45.69 31.68 71.42 -
YUV 156.84 163.65 165.21 -
System Red Green Blue C M Y K H S L
Decimal 209 118 220 0.05 0.46 0 0.14 293.53 0.59 0.66
Hex D1 76 DC 5 2E 0 E 126 3B 42
Octal 321 166 334 5 56 0 16 446 73 102
Binary 11010001 1110110 11011100 101 101110 0 1110 100100110 111011 1000010

Color Harmonies of #D176DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D176DC

Black with #D176DC

Text Example


Text Example

White with #D176DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D176DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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