#DF7DCE

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

Shades of Orchid #DF7DCE

Tints of Orchid #DF7DCE

Color information

#DF7DCE (or 0xDF7DCE) is unknown color: approx Orchid. HEX triplet: DF, 7D and CE. RGB value is (223,125,206). Sum of RGB (Red+Green+Blue) = 223+125+206=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DCE is #208231. Grayscale: #A3A3A3. Windows color (decimal): -2130482 or 13532639. OLE color: 13532639.

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

Color convert

RGB223125206-
CMYK00.440.080.13
HSL310.41º60.49%68.24%-
HSV(B)310.41º43.95%87.45%-
XYZ48.9134.8162.53-
YUV163.54151.97170.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 125 (49.22% from 255) = 22.56%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=40.25%
G=22.56%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312520600.440.080.13310.4160.4968.24
HexDF7DCE02C8D1363c44
Octal337175316054101546674104
Binary110111111111101110011100101100100011011001101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DCE; }

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

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

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

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

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

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

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

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