Html Css Color HEX #D377BB Orchid

📋 copy color: '#D377BB'

red 211 ◦ green 119 ◦ blue 187

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

Shades of Orchid #D377BB

Tints of Orchid #D377BB

RGB

 RED value IS 211 (82.81% from 255) = 40.81%

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

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

R = 40.81%
G = 23.02%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D377BB (or 0xD377BB) is known color: Orchid. HEX triplet: D3, 77 and BB. RGB value is (211,119,187). Sum of RGB (Red+Green+Blue) = 211+119+187=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D377BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377BB is #2C8844. Grayscale: #9A9A9A. Windows color (decimal): -2918469 or 12285907. OLE color: 12285907.

HSL color Cylindrical-coordinate representation of color #D377BB: hue angle of 315.65º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D377BB is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 119 187 -
CMYK 0 0.44 0.11 0.17
HSL 315.65º 0.51% 0.65% -
HSV(B) 315.65º 0.44% 0.83% -
XYZ 42.43 30.63 50.69 -
YUV 154.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 211 119 187 0 0.44 0.11 0.17 315.65 0.51 0.65
Hex D3 77 BB 0 2C B 11 13C 33 41
Octal 323 167 273 0 54 13 21 474 63 101
Binary 11010011 1110111 10111011 0 101100 1011 10001 100111100 110011 1000001

Color Harmonies of #D377BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377BB

Black with #D377BB

Text Example


Text Example

White with #D377BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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