#DD7AC7

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

Shades of Orchid #DD7AC7

Tints of Orchid #DD7AC7

Color information

#DD7AC7 (or 0xDD7AC7) is unknown color: approx Orchid. HEX triplet: DD, 7A and C7. RGB value is (221,122,199). Sum of RGB (Red+Green+Blue) = 221+122+199=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AC7 is #228538. Grayscale: #A0A0A0. Windows color (decimal): -2262329 or 13073117. OLE color: 13073117.

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

Color convert

RGB221122199-
CMYK00.450.100.13
HSL313.33º59.28%67.25%-
HSV(B)313.33º44.8%86.67%-
XYZ47.0933.4158-
YUV160.38149.8171.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 122 (48.05% from 255) = 22.51%
BLUE value IS 199 (78.12% from 255) = 36.72%
R=40.77%
G=22.51%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112219900.450.100.13313.3359.2867.25
HexDD7AC702DAD1393b43
Octal335172307055121547173103
Binary110111011111010110001110101101101011011001110011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7AC7; }

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

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

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

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

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

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

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

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