Html Css Color HEX #D177D0 Orchid

📋 copy color: '#D177D0'

red 209 ◦ green 119 ◦ blue 208

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

Shades of Orchid #D177D0

Tints of Orchid #D177D0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.2%

 BLUE value IS 208 (81.64% from 255) = 38.81%

R = 38.99%
G = 22.2%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D177D0 (or 0xD177D0) is known color: Orchid. HEX triplet: D1, 77 and D0. RGB value is (209,119,208). Sum of RGB (Red+Green+Blue) = 209+119+208=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D177D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177D0 is #2E882F. Grayscale: #9B9B9B. Windows color (decimal): -3049520 or 13662161. OLE color: 13662161.

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

Color convert

RGB 209 119 208 -
CMYK 0 0.43 0.00 0.18
HSL 300.67º 0.49% 0.64% -
HSV(B) 300.67º 0.43% 0.82% -
XYZ 44.28 31.3 63.38 -
YUV 156.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 209 119 208 0 0.43 0.00 0.18 300.67 0.49 0.64
Hex D1 77 D0 0 2B 0 12 12D 31 40
Octal 321 167 320 0 53 0 22 455 61 100
Binary 11010001 1110111 11010000 0 101011 0 10010 100101101 110001 1000000

Color Harmonies of #D177D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D177D0

Black with #D177D0

Text Example


Text Example

White with #D177D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D177D0; }

 p { color: rgb(209,119,208); }

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

background-color css

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

 a { background-color: rgb(209,119,208); }

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

border-color css

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

 span { border-color: rgb(209,119,208); }

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