Html Css Color HEX #D178BA Orchid

📋 copy color: '#D178BA'

red 209 ◦ green 120 ◦ blue 186

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

Shades of Orchid #D178BA

Tints of Orchid #D178BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 40.58%
G = 23.3%
B = 36.12%

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

#D178BA (or 0xD178BA) is known color: Orchid. HEX triplet: D1, 78 and BA. RGB value is (209,120,186). Sum of RGB (Red+Green+Blue) = 209+120+186=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D178BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178BA is #2E8745. Grayscale: #999999. Windows color (decimal): -3049286 or 12220625. OLE color: 12220625.

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

Color convert

RGB 209 120 186 -
CMYK 0 0.43 0.11 0.18
HSL 315.51º 0.49% 0.65% -
HSV(B) 315.51º 0.43% 0.82% -
XYZ 41.87 30.53 50.14 -
YUV 154.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 209 120 186 0 0.43 0.11 0.18 315.51 0.49 0.65
Hex D1 78 BA 0 2B B 12 13C 31 41
Octal 321 170 272 0 53 13 22 474 61 101
Binary 11010001 1111000 10111010 0 101011 1011 10010 100111100 110001 1000001

Color Harmonies of #D178BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D178BA

Black with #D178BA

Text Example


Text Example

White with #D178BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D178BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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