#DF7DDA

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

Shades of Orchid #DF7DDA

Tints of Orchid #DF7DDA

Color information

#DF7DDA (or 0xDF7DDA) is unknown color: approx Orchid. HEX triplet: DF, 7D and DA. RGB value is (223,125,218). Sum of RGB (Red+Green+Blue) = 223+125+218=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DDA is #208225. Grayscale: #A4A4A4. Windows color (decimal): -2130470 or 14319071. OLE color: 14319071.

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

Color convert

RGB223125218-
CMYK00.440.020.13
HSL303.06º60.49%68.24%-
HSV(B)303.06º43.95%87.45%-
XYZ50.4235.4270.51-
YUV164.9157.97169.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 125 (49.22% from 255) = 22.08%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=39.40%
G=22.08%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312521800.440.020.13303.0660.4968.24
HexDF7DDA02C2D12f3c44
Octal33717533205421545774104
Binary1101111111111011101101001011001011011001011111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DDA; }

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

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

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

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

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

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

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

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