Html Css Color HEX #D777BB Orchid

📋 copy color: '#D777BB'

red 215 ◦ green 119 ◦ blue 187

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

Shades of Orchid #D777BB

Tints of Orchid #D777BB

RGB

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

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

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

R = 41.27%
G = 22.84%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D777BB (or 0xD777BB) is known color: Orchid. HEX triplet: D7, 77 and BB. RGB value is (215,119,187). Sum of RGB (Red+Green+Blue) = 215+119+187=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D777BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777BB is #288844. Grayscale: #9B9B9B. Windows color (decimal): -2656325 or 12285911. OLE color: 12285911.

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

Color convert

RGB 215 119 187 -
CMYK 0 0.45 0.13 0.16
HSL 317.5º 0.55% 0.65% -
HSV(B) 317.5º 0.45% 0.84% -
XYZ 43.59 31.23 50.74 -
YUV 155.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 215 119 187 0 0.45 0.13 0.16 317.5 0.55 0.65
Hex D7 77 BB 0 2D D 10 13E 37 41
Octal 327 167 273 0 55 15 20 476 67 101
Binary 11010111 1110111 10111011 0 101101 1101 10000 100111110 110111 1000001

Color Harmonies of #D777BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777BB

Black with #D777BB

Text Example


Text Example

White with #D777BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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