#D673BB

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

Shades of Orchid #D673BB

Tints of Orchid #D673BB

Color information

#D673BB (or 0xD673BB) is unknown color: approx Orchid. HEX triplet: D6, 73 and BB. RGB value is (214,115,187). Sum of RGB (Red+Green+Blue) = 214+115+187=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D673BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673BB is #298C44. Grayscale: #989898. Windows color (decimal): -2722885 or 12284886. OLE color: 12284886.

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

Color convert

RGB214115187-
CMYK00.460.130.16
HSL316.36º54.7%64.51%-
HSV(B)316.36º46.26%83.92%-
XYZ42.8330.1550.57-
YUV152.81147.3171.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 115 (45.31% from 255) = 22.29%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=41.47%
G=22.29%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411518700.460.130.16316.3654.764.51
HexD673BB02ED1013c3741
Octal326163273056152047467101
Binary1101011011100111011101101011101101100001001111001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D673BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D673BB; }

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

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

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

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

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

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

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

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