#D677BC

Color #D677BC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D677BC

Tints of Orchid #D677BC

Color information

#D677BC (or 0xD677BC) is unknown color: approx Orchid. HEX triplet: D6, 77 and BC. RGB value is (214,119,188). Sum of RGB (Red+Green+Blue) = 214+119+188=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D677BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677BC is #298843. Grayscale: #9B9B9B. Windows color (decimal): -2721860 or 12351446. OLE color: 12351446.

HSL color Cylindrical-coordinate representation of color #D677BC: hue angle of 316.42º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D677BC is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214119188-
CMYK00.440.120.16
HSL316.42º53.67%65.29%-
HSV(B)316.42º44.39%83.92%-
XYZ43.4131.1251.3-
YUV155.27146.47169.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 119 (46.88% from 255) = 22.84%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=41.07%
G=22.84%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411918800.440.120.16316.4253.6765.29
HexD677BC02CC1013c3641
Octal326167274054142047466101
Binary1101011011101111011110001011001100100001001111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D677BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D677BC; }

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

 H1.HeaderClassName
 {
   color: #D677BC;
 }
 .AnyTagClassName
 {
   color: #D677BC;
 }
</style>
background-color css

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

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

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

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

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

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