#DF7CDE

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

Shades of Orchid #DF7CDE

Tints of Orchid #DF7CDE

Color information

#DF7CDE (or 0xDF7CDE) is unknown color: approx Orchid. HEX triplet: DF, 7C and DE. RGB value is (223,124,222). Sum of RGB (Red+Green+Blue) = 223+124+222=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CDE is #208321. Grayscale: #A4A4A4. Windows color (decimal): -2130722 or 14580959. OLE color: 14580959.

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

Color convert

RGB223124222-
CMYK00.440.000.13
HSL300.61º60.74%68.04%-
HSV(B)300.61º44.39%87.45%-
XYZ50.8235.3873.26-
YUV164.77160.3169.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 124 (48.83% from 255) = 21.79%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=39.19%
G=21.79%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312422200.440.000.13300.6160.7468.04
HexDF7CDE02C0D12d3d44
Octal33717433605401545575104
Binary110111111111100110111100101100011011001011011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7CDE; }

 p { color: rgb(223,124,222); }

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

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

 a { background-color: rgb(223,124,222); }

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

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

 span { border-color: rgb(223,124,222); }

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