#DF7ADB

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

Shades of Orchid #DF7ADB

Tints of Orchid #DF7ADB

Color information

#DF7ADB (or 0xDF7ADB) is unknown color: approx Orchid. HEX triplet: DF, 7A and DB. RGB value is (223,122,219). Sum of RGB (Red+Green+Blue) = 223+122+219=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ADB is #208524. Grayscale: #A2A2A2. Windows color (decimal): -2131237 or 14383839. OLE color: 14383839.

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

Color convert

RGB223122219-
CMYK00.450.020.13
HSL302.38º61.21%67.65%-
HSV(B)302.38º45.29%87.45%-
XYZ50.1834.7271.08-
YUV163.26159.46170.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 122 (48.05% from 255) = 21.63%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=39.54%
G=21.63%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312221900.450.020.13302.3861.2167.65
HexDF7ADB02D2D12e3d44
Octal33717233305521545675104
Binary1101111111110101101101101011011011011001011101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7ADB; }

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

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

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

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

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

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

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

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