#DD7CD0

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

Shades of Orchid #DD7CD0

Tints of Orchid #DD7CD0

Color information

#DD7CD0 (or 0xDD7CD0) is unknown color: approx Orchid. HEX triplet: DD, 7C and D0. RGB value is (221,124,208). Sum of RGB (Red+Green+Blue) = 221+124+208=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CD0 is #22832F. Grayscale: #A2A2A2. Windows color (decimal): -2261808 or 13663453. OLE color: 13663453.

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

Color convert

RGB221124208-
CMYK00.440.060.13
HSL308.04º58.79%67.65%-
HSV(B)308.04º43.89%86.67%-
XYZ48.4134.3463.75-
YUV162.58153.64169.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 124 (48.83% from 255) = 22.42%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=39.96%
G=22.42%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112420800.440.060.13308.0458.7967.65
HexDD7CD002C6D1343b44
Octal33517432005461546473104
Binary11011101111110011010000010110011011011001101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CD0; }

 p { color: rgb(221,124,208); }

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

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

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

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

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

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

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