Html Css Color HEX #D376BF Orchid

📋 copy color: '#D376BF'

red 211 ◦ green 118 ◦ blue 191

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

Shades of Orchid #D376BF

Tints of Orchid #D376BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.73%

R = 40.58%
G = 22.69%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D376BF (or 0xD376BF) is known color: Orchid. HEX triplet: D3, 76 and BF. RGB value is (211,118,191). Sum of RGB (Red+Green+Blue) = 211+118+191=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D376BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376BF is #2C8940. Grayscale: #999999. Windows color (decimal): -2918721 or 12547795. OLE color: 12547795.

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

Color convert

RGB 211 118 191 -
CMYK 0 0.44 0.09 0.17
HSL 312.9º 0.51% 0.65% -
HSV(B) 312.9º 0.44% 0.83% -
XYZ 42.75 30.57 52.94 -
YUV 154.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 211 118 191 0 0.44 0.09 0.17 312.9 0.51 0.65
Hex D3 76 BF 0 2C 9 11 139 33 41
Octal 323 166 277 0 54 11 21 471 63 101
Binary 11010011 1110110 10111111 0 101100 1001 10001 100111001 110011 1000001

Color Harmonies of #D376BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376BF

Black with #D376BF

Text Example


Text Example

White with #D376BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376BF; }

 p { color: rgb(211,118,191); }

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

background-color css

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

 a { background-color: rgb(211,118,191); }

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

border-color css

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

 span { border-color: rgb(211,118,191); }

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