#DD7ADD

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

Shades of Orchid #DD7ADD

Tints of Orchid #DD7ADD

Color information

#DD7ADD (or 0xDD7ADD) is unknown color: approx Orchid. HEX triplet: DD, 7A and DD. RGB value is (221,122,221). Sum of RGB (Red+Green+Blue) = 221+122+221=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ADD is #228522. Grayscale: #A2A2A2. Windows color (decimal): -2262307 or 14514909. OLE color: 14514909.

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

Color convert

RGB221122221-
CMYK00.4500.13
HSL300º59.28%67.25%-
HSV(B)300º44.8%86.67%-
XYZ49.8334.5172.44-
YUV162.89160.8169.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 122 (48.05% from 255) = 21.63%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=39.18%
G=21.63%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112222100.4500.1330059.2867.25
HexDD7ADD02D0D12c3b43
Octal33517233505501545473103
Binary110111011111010110111010101101011011001011001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7ADD; }

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

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

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

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

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

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

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

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