#DF7ED8

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

Shades of Orchid #DF7ED8

Tints of Orchid #DF7ED8

Color information

#DF7ED8 (or 0xDF7ED8) is unknown color: approx Orchid. HEX triplet: DF, 7E and D8. RGB value is (223,126,216). Sum of RGB (Red+Green+Blue) = 223+126+216=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ED8 is #208127. Grayscale: #A4A4A4. Windows color (decimal): -2130216 or 14188255. OLE color: 14188255.

HSL color Cylindrical-coordinate representation of color #DF7ED8: hue angle of 304.33º 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 #DF7ED8 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223126216-
CMYK00.430.030.13
HSL304.33º60.25%68.43%-
HSV(B)304.33º43.5%87.45%-
XYZ50.2935.5769.18-
YUV165.26156.64169.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 126 (49.61% from 255) = 22.30%
BLUE value IS 216 (84.77% from 255) = 38.23%
R=39.47%
G=22.30%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312621600.430.030.13304.3360.2568.43
HexDF7ED802B3D1303c44
Octal33717633005331546074104
Binary1101111111111101101100001010111111011001100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7ED8; }

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

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

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

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

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

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

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

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