#df7edd

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

Shades of Orchid #DF7EDD

Tints of Orchid #DF7EDD

Color information

#DF7EDD (or 0xDF7EDD) is unknown color: approx Orchid. HEX triplet: DF, 7E and DD. RGB value is (223,126,221). Sum of RGB (Red+Green+Blue) = 223+126+221=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EDD is #208122. Grayscale: #A5A5A5. Windows color (decimal): -2130211 or 14515935. OLE color: 14515935.

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

Color convert

RGB223126221-
CMYK00.430.010.13
HSL301.24º60.25%68.43%-
HSV(B)301.24º43.5%87.45%-
XYZ50.9435.8372.64-
YUV165.83159.14168.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 126 (49.61% from 255) = 22.11%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=39.12%
G=22.11%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312622100.430.010.13301.2460.2568.43
HexDF7EDD02B1D12d3c44
Octal33717633505311545574104
Binary110111111111110110111010101011111011001011011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df7edd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df7edd; }

 p { color: rgb(223,126,221); }

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

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

 a { background-color: rgb(223,126,221); }

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

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

 span { border-color: rgb(223,126,221); }

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