#DF7AD8

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

Shades of Orchid #DF7AD8

Tints of Orchid #DF7AD8

Color information

#DF7AD8 (or 0xDF7AD8) is unknown color: approx Orchid. HEX triplet: DF, 7A and D8. RGB value is (223,122,216). Sum of RGB (Red+Green+Blue) = 223+122+216=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AD8 is #208527. Grayscale: #A2A2A2. Windows color (decimal): -2131240 or 14187231. OLE color: 14187231.

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

Color convert

RGB223122216-
CMYK00.450.030.13
HSL304.16º61.21%67.65%-
HSV(B)304.16º45.29%87.45%-
XYZ49.7934.5669.01-
YUV162.92157.96170.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=39.75%
G=21.75%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312221600.450.030.13304.1661.2167.65
HexDF7AD802D3D1303d44
Octal33717233005531546075104
Binary1101111111110101101100001011011111011001100001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7AD8; }

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

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

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

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

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

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

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

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