#DF7AD3

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

Shades of Orchid #DF7AD3

Tints of Orchid #DF7AD3

Color information

#DF7AD3 (or 0xDF7AD3) is unknown color: approx Orchid. HEX triplet: DF, 7A and D3. RGB value is (223,122,211). Sum of RGB (Red+Green+Blue) = 223+122+211=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AD3 is #20852C. Grayscale: #A2A2A2. Windows color (decimal): -2131245 or 13859551. OLE color: 13859551.

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

Color convert

RGB223122211-
CMYK00.450.050.13
HSL307.13º61.21%67.65%-
HSV(B)307.13º45.29%87.45%-
XYZ49.1534.3165.66-
YUV162.34155.46171.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 122 (48.05% from 255) = 21.94%
BLUE value IS 211 (82.81% from 255) = 37.95%
R=40.11%
G=21.94%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312221100.450.050.13307.1361.2167.65
HexDF7AD302D5D1333d44
Octal33717232305551546375104
Binary11011111111101011010011010110110111011001100111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7AD3; }

 p { color: rgb(223,122,211); }

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

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

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

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

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

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

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