#DD7AC6

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

Shades of Orchid #DD7AC6

Tints of Orchid #DD7AC6

Color information

#DD7AC6 (or 0xDD7AC6) is unknown color: approx Orchid. HEX triplet: DD, 7A and C6. RGB value is (221,122,198). Sum of RGB (Red+Green+Blue) = 221+122+198=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AC6 is #228539. Grayscale: #A0A0A0. Windows color (decimal): -2262330 or 13007581. OLE color: 13007581.

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

Color convert

RGB221122198-
CMYK00.450.100.13
HSL313.94º59.28%67.25%-
HSV(B)313.94º44.8%86.67%-
XYZ46.9733.3757.39-
YUV160.26149.3171.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 122 (48.05% from 255) = 22.55%
BLUE value IS 198 (77.73% from 255) = 36.60%
R=40.85%
G=22.55%
B=36.60%

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
Decimal22112219800.450.100.13313.9459.2867.25
HexDD7AC602DAD13a3b43
Octal335172306055121547273103
Binary110111011111010110001100101101101011011001110101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7AC6; }

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

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

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

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

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

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

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

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