Html Css Color HEX #D676BB Orchid

📋 copy color: '#D676BB'

red 214 ◦ green 118 ◦ blue 187

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

Shades of Orchid #D676BB

Tints of Orchid #D676BB

RGB

 RED value IS 214 (83.98% from 255) = 41.23%

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

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

R = 41.23%
G = 22.74%
B = 36.03%

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

#D676BB (or 0xD676BB) is known color: Orchid. HEX triplet: D6, 76 and BB. RGB value is (214,118,187). Sum of RGB (Red+Green+Blue) = 214+118+187=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D676BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676BB is #298944. Grayscale: #9A9A9A. Windows color (decimal): -2722117 or 12285654. OLE color: 12285654.

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

Color convert

RGB 214 118 187 -
CMYK 0 0.45 0.13 0.16
HSL 316.88º 0.54% 0.65% -
HSV(B) 316.88º 0.45% 0.84% -
XYZ 43.18 30.84 50.69 -
YUV 154.57 146.3 170.39 -
System Red Green Blue C M Y K H S L
Decimal 214 118 187 0 0.45 0.13 0.16 316.88 0.54 0.65
Hex D6 76 BB 0 2D D 10 13D 36 41
Octal 326 166 273 0 55 15 20 475 66 101
Binary 11010110 1110110 10111011 0 101101 1101 10000 100111101 110110 1000001

Color Harmonies of #D676BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676BB

Black with #D676BB

Text Example


Text Example

White with #D676BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676BB; }

 p { color: rgb(214,118,187); }

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

background-color css

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

 a { background-color: rgb(214,118,187); }

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

border-color css

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

 span { border-color: rgb(214,118,187); }

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