Html Css Color HEX #D778BB Orchid

📋 copy color: '#D778BB'

red 215 ◦ green 120 ◦ blue 187

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

Shades of Orchid #D778BB

Tints of Orchid #D778BB

RGB

 RED value IS 215 (84.38% from 255) = 41.19%

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

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

R = 41.19%
G = 22.99%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D778BB (or 0xD778BB) is known color: Orchid. HEX triplet: D7, 78 and BB. RGB value is (215,120,187). Sum of RGB (Red+Green+Blue) = 215+120+187=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D778BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778BB is #288744. Grayscale: #9B9B9B. Windows color (decimal): -2656069 or 12286167. OLE color: 12286167.

HSL color Cylindrical-coordinate representation of color #D778BB: hue angle of 317.68º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D778BB is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 120 187 -
CMYK 0 0.44 0.13 0.16
HSL 317.68º 0.54% 0.66% -
HSV(B) 317.68º 0.44% 0.84% -
XYZ 43.71 31.47 50.78 -
YUV 156.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 215 120 187 0 0.44 0.13 0.16 317.68 0.54 0.66
Hex D7 78 BB 0 2C D 10 13E 36 42
Octal 327 170 273 0 54 15 20 476 66 102
Binary 11010111 1111000 10111011 0 101100 1101 10000 100111110 110110 1000010

Color Harmonies of #D778BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778BB

Black with #D778BB

Text Example


Text Example

White with #D778BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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