Html Css Color HEX #D676BC Orchid

📋 copy color: '#D676BC'

red 214 ◦ green 118 ◦ blue 188

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

Shades of Orchid #D676BC

Tints of Orchid #D676BC

RGB

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

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

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

R = 41.15%
G = 22.69%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D676BC (or 0xD676BC) is known color: Orchid. HEX triplet: D6, 76 and BC. RGB value is (214,118,188). Sum of RGB (Red+Green+Blue) = 214+118+188=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D676BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676BC is #298943. Grayscale: #9A9A9A. Windows color (decimal): -2722116 or 12351190. OLE color: 12351190.

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

Color convert

RGB 214 118 188 -
CMYK 0 0.45 0.12 0.16
HSL 316.25º 0.54% 0.65% -
HSV(B) 316.25º 0.45% 0.84% -
XYZ 43.29 30.88 51.26 -
YUV 154.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 214 118 188 0 0.45 0.12 0.16 316.25 0.54 0.65
Hex D6 76 BC 0 2D C 10 13C 36 41
Octal 326 166 274 0 55 14 20 474 66 101
Binary 11010110 1110110 10111100 0 101101 1100 10000 100111100 110110 1000001

Color Harmonies of #D676BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676BC

Black with #D676BC

Text Example


Text Example

White with #D676BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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