Html Css Color HEX #D776BA Orchid

📋 copy color: '#D776BA'

red 215 ◦ green 118 ◦ blue 186

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

Shades of Orchid #D776BA

Tints of Orchid #D776BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.74%

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

R = 41.43%
G = 22.74%
B = 35.84%

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

#D776BA (or 0xD776BA) is known color: Orchid. HEX triplet: D7, 76 and BA. RGB value is (215,118,186). Sum of RGB (Red+Green+Blue) = 215+118+186=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D776BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776BA is #288945. Grayscale: #9A9A9A. Windows color (decimal): -2656582 or 12220119. OLE color: 12220119.

HSL color Cylindrical-coordinate representation of color #D776BA: hue angle of 317.94º 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 #D776BA is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 118 186 -
CMYK 0 0.45 0.13 0.16
HSL 317.94º 0.55% 0.65% -
HSV(B) 317.94º 0.45% 0.84% -
XYZ 43.37 30.95 50.14 -
YUV 154.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 215 118 186 0 0.45 0.13 0.16 317.94 0.55 0.65
Hex D7 76 BA 0 2D D 10 13E 37 41
Octal 327 166 272 0 55 15 20 476 67 101
Binary 11010111 1110110 10111010 0 101101 1101 10000 100111110 110111 1000001

Color Harmonies of #D776BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776BA

Black with #D776BA

Text Example


Text Example

White with #D776BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776BA; }

 p { color: rgb(215,118,186); }

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

background-color css

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

 a { background-color: rgb(215,118,186); }

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

border-color css

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

 span { border-color: rgb(215,118,186); }

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