Html Css Color HEX #D178BB Orchid

📋 copy color: '#D178BB'

red 209 ◦ green 120 ◦ blue 187

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

Shades of Orchid #D178BB

Tints of Orchid #D178BB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.26%

 BLUE value IS 187 (73.44% from 255) = 36.24%

R = 40.5%
G = 23.26%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D178BB (or 0xD178BB) is known color: Orchid. HEX triplet: D1, 78 and BB. RGB value is (209,120,187). Sum of RGB (Red+Green+Blue) = 209+120+187=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D178BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178BB is #2E8744. Grayscale: #9A9A9A. Windows color (decimal): -3049285 or 12286161. OLE color: 12286161.

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

Color convert

RGB 209 120 187 -
CMYK 0 0.43 0.11 0.18
HSL 314.83º 0.49% 0.65% -
HSV(B) 314.83º 0.43% 0.82% -
XYZ 41.98 30.58 50.7 -
YUV 154.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 209 120 187 0 0.43 0.11 0.18 314.83 0.49 0.65
Hex D1 78 BB 0 2B B 12 13B 31 41
Octal 321 170 273 0 53 13 22 473 61 101
Binary 11010001 1111000 10111011 0 101011 1011 10010 100111011 110001 1000001

Color Harmonies of #D178BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D178BB

Black with #D178BB

Text Example


Text Example

White with #D178BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D178BB; }

 p { color: rgb(209,120,187); }

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

background-color css

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

 a { background-color: rgb(209,120,187); }

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

border-color css

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

 span { border-color: rgb(209,120,187); }

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