#DF7DCF

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

Shades of Orchid #DF7DCF

Tints of Orchid #DF7DCF

Color information

#DF7DCF (or 0xDF7DCF) is unknown color: approx Orchid. HEX triplet: DF, 7D and CF. RGB value is (223,125,207). Sum of RGB (Red+Green+Blue) = 223+125+207=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DCF is #208230. Grayscale: #A3A3A3. Windows color (decimal): -2130481 or 13598175. OLE color: 13598175.

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

Color convert

RGB223125207-
CMYK00.440.070.13
HSL309.8º60.49%68.24%-
HSV(B)309.8º43.95%87.45%-
XYZ49.0334.8663.18-
YUV163.65152.47170.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 125 (49.22% from 255) = 22.52%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=40.18%
G=22.52%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312520700.440.070.13309.860.4968.24
HexDF7DCF02C7D1363c44
Octal33717531705471546674104
Binary11011111111110111001111010110011111011001101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DCF; }

 p { color: rgb(223,125,207); }

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

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

 a { background-color: rgb(223,125,207); }

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

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

 span { border-color: rgb(223,125,207); }

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