#DF7DC6

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

Shades of Orchid #DF7DC6

Tints of Orchid #DF7DC6

Color information

#DF7DC6 (or 0xDF7DC6) is unknown color: approx Orchid. HEX triplet: DF, 7D and C6. RGB value is (223,125,198). Sum of RGB (Red+Green+Blue) = 223+125+198=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DC6 is #208239. Grayscale: #A2A2A2. Windows color (decimal): -2130490 or 13008351. OLE color: 13008351.

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

Color convert

RGB223125198-
CMYK00.440.110.13
HSL315.31º60.49%68.24%-
HSV(B)315.31º43.95%87.45%-
XYZ47.9634.4357.54-
YUV162.62147.97171.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 125 (49.22% from 255) = 22.89%
BLUE value IS 198 (77.73% from 255) = 36.26%
R=40.84%
G=22.89%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312519800.440.110.13315.3160.4968.24
HexDF7DC602CBD13b3c44
Octal337175306054131547374104
Binary110111111111101110001100101100101111011001110111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DC6; }

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

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

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

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

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

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

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

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