#DD7DC6

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

Shades of Orchid #DD7DC6

Tints of Orchid #DD7DC6

Color information

#DD7DC6 (or 0xDD7DC6) is unknown color: approx Orchid. HEX triplet: DD, 7D and C6. RGB value is (221,125,198). Sum of RGB (Red+Green+Blue) = 221+125+198=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DC6 is #228239. Grayscale: #A1A1A1. Windows color (decimal): -2261562 or 13008349. OLE color: 13008349.

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

Color convert

RGB221125198-
CMYK00.430.100.13
HSL314.38º58.54%67.84%-
HSV(B)314.38º43.44%86.67%-
XYZ47.3534.1257.52-
YUV162.03148.3170.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 125 (49.22% from 255) = 22.98%
BLUE value IS 198 (77.73% from 255) = 36.40%
R=40.62%
G=22.98%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112519800.430.100.13314.3858.5467.84
HexDD7DC602BAD13a3b44
Octal335175306053121547273104
Binary110111011111101110001100101011101011011001110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DC6; }

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

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

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

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

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

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

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

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