#DD7AC5

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

Shades of Orchid #DD7AC5

Tints of Orchid #DD7AC5

Color information

#DD7AC5 (or 0xDD7AC5) is unknown color: approx Orchid. HEX triplet: DD, 7A and C5. RGB value is (221,122,197). Sum of RGB (Red+Green+Blue) = 221+122+197=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AC5 is #22853A. Grayscale: #9F9F9F. Windows color (decimal): -2262331 or 12942045. OLE color: 12942045.

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

Color convert

RGB221122197-
CMYK00.450.110.13
HSL314.55º59.28%67.25%-
HSV(B)314.55º44.8%86.67%-
XYZ46.8633.3256.79-
YUV160.15148.8171.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 122 (48.05% from 255) = 22.59%
BLUE value IS 197 (77.34% from 255) = 36.48%
R=40.93%
G=22.59%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112219700.450.110.13314.5559.2867.25
HexDD7AC502DBD13b3b43
Octal335172305055131547373103
Binary110111011111010110001010101101101111011001110111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7AC5; }

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

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

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

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

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

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

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

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