#DD7ACF

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

Shades of Orchid #DD7ACF

Tints of Orchid #DD7ACF

Color information

#DD7ACF (or 0xDD7ACF) is unknown color: approx Orchid. HEX triplet: DD, 7A and CF. RGB value is (221,122,207). Sum of RGB (Red+Green+Blue) = 221+122+207=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ACF is #228530. Grayscale: #A1A1A1. Windows color (decimal): -2262321 or 13597405. OLE color: 13597405.

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

Color convert

RGB221122207-
CMYK00.450.060.13
HSL308.48º59.28%67.25%-
HSV(B)308.48º44.8%86.67%-
XYZ48.0433.863.02-
YUV161.29153.8170.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 122 (48.05% from 255) = 22.18%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=40.18%
G=22.18%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112220700.450.060.13308.4859.2867.25
HexDD7ACF02D6D1343b43
Octal33517231705561546473103
Binary11011101111101011001111010110111011011001101001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7ACF; }

 p { color: rgb(221,122,207); }

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

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

 a { background-color: rgb(221,122,207); }

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

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

 span { border-color: rgb(221,122,207); }

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