#DD6DDD

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

Shades of Orchid #DD6DDD

Tints of Orchid #DD6DDD

Color information

#DD6DDD (or 0xDD6DDD) is unknown color: approx Orchid. HEX triplet: DD, 6D and DD. RGB value is (221,109,221). Sum of RGB (Red+Green+Blue) = 221+109+221=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DDD is #229222. Grayscale: #9A9A9A. Windows color (decimal): -2265635 or 14511581. OLE color: 14511581.

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

Color convert

RGB221109221-
CMYK00.5100.13
HSL300º62.22%64.71%-
HSV(B)300º50.68%86.67%-
XYZ48.3431.5371.94-
YUV155.26165.11174.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 109 (42.97% from 255) = 19.78%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=40.11%
G=19.78%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110922100.5100.1330062.2264.71
HexDD6DDD0330D12c3e41
Octal33515533506301545476101
Binary110111011101101110111010110011011011001011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DDD; }

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

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

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

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

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

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

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

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