#DD7DDD

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

Shades of Orchid #DD7DDD

Tints of Orchid #DD7DDD

Color information

#DD7DDD (or 0xDD7DDD) is unknown color: approx Orchid. HEX triplet: DD, 7D and DD. RGB value is (221,125,221). Sum of RGB (Red+Green+Blue) = 221+125+221=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DDD is #228222. Grayscale: #A4A4A4. Windows color (decimal): -2261539 or 14515677. OLE color: 14515677.

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

Color convert

RGB221125221-
CMYK00.4300.13
HSL300º58.54%67.84%-
HSV(B)300º43.44%86.67%-
XYZ50.235.2672.57-
YUV164.65159.8168.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 125 (49.22% from 255) = 22.05%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=38.98%
G=22.05%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112522100.4300.1330058.5467.84
HexDD7DDD02B0D12c3b44
Octal33517533505301545473104
Binary110111011111101110111010101011011011001011001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DDD; }

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

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

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

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

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

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

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

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