#DF7BD0

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

Shades of Orchid #DF7BD0

Tints of Orchid #DF7BD0

Color information

#DF7BD0 (or 0xDF7BD0) is unknown color: approx Orchid. HEX triplet: DF, 7B and D0. RGB value is (223,123,208). Sum of RGB (Red+Green+Blue) = 223+123+208=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BD0 is #20842F. Grayscale: #A2A2A2. Windows color (decimal): -2130992 or 13663199. OLE color: 13663199.

HSL color Cylindrical-coordinate representation of color #DF7BD0: hue angle of 309º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7BD0 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB223123208-
CMYK00.450.070.13
HSL309º60.98%67.84%-
HSV(B)309º44.84%87.45%-
XYZ48.934.4163.74-
YUV162.59153.63171.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 123 (48.44% from 255) = 22.20%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=40.25%
G=22.20%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312320800.450.070.1330960.9867.84
HexDF7BD002D7D1353d44
Octal33717332005571546575104
Binary11011111111101111010000010110111111011001101011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7BD0; }

 p { color: rgb(223,123,208); }

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

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

 a { background-color: rgb(223,123,208); }

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

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

 span { border-color: rgb(223,123,208); }

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