#DF7CDF

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

Shades of Orchid #DF7CDF

Tints of Orchid #DF7CDF

Color information

#DF7CDF (or 0xDF7CDF) is unknown color: approx Orchid. HEX triplet: DF, 7C and DF. RGB value is (223,124,223). Sum of RGB (Red+Green+Blue) = 223+124+223=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CDF is #208320. Grayscale: #A4A4A4. Windows color (decimal): -2130721 or 14646495. OLE color: 14646495.

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

Color convert

RGB223124223-
CMYK00.4400.13
HSL300º60.74%68.04%-
HSV(B)300º44.39%87.45%-
XYZ50.9635.4373.97-
YUV164.89160.8169.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 124 (48.83% from 255) = 21.75%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=39.12%
G=21.75%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312422300.4400.1330060.7468.04
HexDF7CDF02C0D12c3d44
Octal33717433705401545475104
Binary110111111111100110111110101100011011001011001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7CDF; }

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

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

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

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

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

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

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

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