Html Css Color HEX #D377BA Orchid

📋 copy color: '#D377BA'

red 211 ◦ green 119 ◦ blue 186

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

Shades of Orchid #D377BA

Tints of Orchid #D377BA

RGB

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

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

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

R = 40.89%
G = 23.06%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D377BA (or 0xD377BA) is known color: Orchid. HEX triplet: D3, 77 and BA. RGB value is (211,119,186). Sum of RGB (Red+Green+Blue) = 211+119+186=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D377BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377BA is #2C8845. Grayscale: #999999. Windows color (decimal): -2918470 or 12220371. OLE color: 12220371.

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

Color convert

RGB 211 119 186 -
CMYK 0 0.44 0.12 0.17
HSL 316.3º 0.51% 0.65% -
HSV(B) 316.3º 0.44% 0.83% -
XYZ 42.32 30.59 50.13 -
YUV 154.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 211 119 186 0 0.44 0.12 0.17 316.3 0.51 0.65
Hex D3 77 BA 0 2C C 11 13C 33 41
Octal 323 167 272 0 54 14 21 474 63 101
Binary 11010011 1110111 10111010 0 101100 1100 10001 100111100 110011 1000001

Color Harmonies of #D377BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377BA

Black with #D377BA

Text Example


Text Example

White with #D377BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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