Html Css Color HEX #D176CD Orchid

📋 copy color: '#D176CD'

red 209 ◦ green 118 ◦ blue 205

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

Shades of Orchid #D176CD

Tints of Orchid #D176CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 39.29%
G = 22.18%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D176CD (or 0xD176CD) is known color: Orchid. HEX triplet: D1, 76 and CD. RGB value is (209,118,205). Sum of RGB (Red+Green+Blue) = 209+118+205=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D176CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176CD is #2E8932. Grayscale: #9A9A9A. Windows color (decimal): -3049779 or 13465297. OLE color: 13465297.

HSL color Cylindrical-coordinate representation of color #D176CD: hue angle of 302.64º 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 #D176CD is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 118 205 -
CMYK 0 0.44 0.02 0.18
HSL 302.64º 0.5% 0.64% -
HSV(B) 302.64º 0.44% 0.82% -
XYZ 43.79 30.92 61.42 -
YUV 155.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 209 118 205 0 0.44 0.02 0.18 302.64 0.5 0.64
Hex D1 76 CD 0 2C 2 12 12F 32 40
Octal 321 166 315 0 54 2 22 457 62 100
Binary 11010001 1110110 11001101 0 101100 10 10010 100101111 110010 1000000

Color Harmonies of #D176CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D176CD

Black with #D176CD

Text Example


Text Example

White with #D176CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D176CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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