Html Css Color HEX #D176DA Orchid

📋 copy color: '#D176DA'

red 209 ◦ green 118 ◦ blue 218

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

Shades of Orchid #D176DA

Tints of Orchid #D176DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 38.35%
G = 21.65%
B = 40%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D176DA (or 0xD176DA) is known color: Orchid. HEX triplet: D1, 76 and DA. RGB value is (209,118,218). Sum of RGB (Red+Green+Blue) = 209+118+218=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #D176DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176DA is #2E8925. Grayscale: #9C9C9C. Windows color (decimal): -3049766 or 14317265. OLE color: 14317265.

HSL color Cylindrical-coordinate representation of color #D176DA: hue angle of 294.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D176DA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 118 218 -
CMYK 0.04 0.46 0 0.15
HSL 294.6º 0.57% 0.66% -
HSV(B) 294.6º 0.46% 0.85% -
XYZ 45.43 31.57 70.03 -
YUV 156.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 209 118 218 0.04 0.46 0 0.15 294.6 0.57 0.66
Hex D1 76 DA 4 2E 0 F 127 39 42
Octal 321 166 332 4 56 0 17 447 71 102
Binary 11010001 1110110 11011010 100 101110 0 1111 100100111 111001 1000010

Color Harmonies of #D176DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D176DA

Black with #D176DA

Text Example


Text Example

White with #D176DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D176DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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