#dd6dc7

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

Shades of Orchid #DD6DC7

Tints of Orchid #DD6DC7

Color information

#DD6DC7 (or 0xDD6DC7) is unknown color: approx Orchid. HEX triplet: DD, 6D and C7. RGB value is (221,109,199). Sum of RGB (Red+Green+Blue) = 221+109+199=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DC7 is #229238. Grayscale: #989898. Windows color (decimal): -2265657 or 13069789. OLE color: 13069789.

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

Color convert

RGB221109199-
CMYK00.510.100.13
HSL311.79º62.22%64.71%-
HSV(B)311.79º50.68%86.67%-
XYZ45.630.4357.5-
YUV152.75154.11176.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 199 (78.12% from 255) = 37.62%
R=41.78%
G=20.60%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110919900.510.100.13311.7962.2264.71
HexDD6DC7033AD1383e41
Octal335155307063121547076101
Binary110111011101101110001110110011101011011001110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd6dc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd6dc7; }

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

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

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

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

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

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

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

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