#DD7CCE

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

Shades of Orchid #DD7CCE

Tints of Orchid #DD7CCE

Color information

#DD7CCE (or 0xDD7CCE) is unknown color: approx Orchid. HEX triplet: DD, 7C and CE. RGB value is (221,124,206). Sum of RGB (Red+Green+Blue) = 221+124+206=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CCE is #228331. Grayscale: #A2A2A2. Windows color (decimal): -2261810 or 13532381. OLE color: 13532381.

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

Color convert

RGB221124206-
CMYK00.440.070.13
HSL309.28º58.79%67.65%-
HSV(B)309.28º43.89%86.67%-
XYZ48.1734.2462.46-
YUV162.35152.64169.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 124 (48.83% from 255) = 22.50%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=40.11%
G=22.50%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112420600.440.070.13309.2858.7967.65
HexDD7CCE02C7D1353b44
Octal33517431605471546573104
Binary11011101111110011001110010110011111011001101011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CCE; }

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

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

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

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

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

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

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

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