Html Css Color HEX #D779BC Orchid

📋 copy color: '#D779BC'

red 215 ◦ green 121 ◦ blue 188

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

Shades of Orchid #D779BC

Tints of Orchid #D779BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.09%

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 41.03%
G = 23.09%
B = 35.88%

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

#D779BC (or 0xD779BC) is known color: Orchid. HEX triplet: D7, 79 and BC. RGB value is (215,121,188). Sum of RGB (Red+Green+Blue) = 215+121+188=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D779BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779BC is #288643. Grayscale: #9C9C9C. Windows color (decimal): -2655812 or 12351959. OLE color: 12351959.

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

Color convert

RGB 215 121 188 -
CMYK 0 0.44 0.13 0.16
HSL 317.23º 0.54% 0.66% -
HSV(B) 317.23º 0.44% 0.84% -
XYZ 43.94 31.75 51.39 -
YUV 156.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 215 121 188 0 0.44 0.13 0.16 317.23 0.54 0.66
Hex D7 79 BC 0 2C D 10 13D 36 42
Octal 327 171 274 0 54 15 20 475 66 102
Binary 11010111 1111001 10111100 0 101100 1101 10000 100111101 110110 1000010

Color Harmonies of #D779BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779BC

Black with #D779BC

Text Example


Text Example

White with #D779BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779BC; }

 p { color: rgb(215,121,188); }

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

background-color css

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

 a { background-color: rgb(215,121,188); }

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

border-color css

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

 span { border-color: rgb(215,121,188); }

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