#DD85D8

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

Shades of Orchid #DD85D8

Tints of Orchid #DD85D8

Color information

#DD85D8 (or 0xDD85D8) is unknown color: approx Orchid. HEX triplet: DD, 85 and D8. RGB value is (221,133,216). Sum of RGB (Red+Green+Blue) = 221+133+216=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85D8 is #227A27. Grayscale: #A8A8A8. Windows color (decimal): -2259496 or 14190045. OLE color: 14190045.

HSL color Cylindrical-coordinate representation of color #DD85D8: hue angle of 303.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85D8 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221133216-
CMYK00.400.020.13
HSL303.41º56.41%69.41%-
HSV(B)303.41º39.82%86.67%-
XYZ50.637.1169.46-
YUV168.77154.65165.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 216 (84.77% from 255) = 37.89%
R=38.77%
G=23.33%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113321600.400.020.13303.4156.4169.41
HexDD85D80282D12f3845
Octal33520533005021545770105
Binary11011101100001011101100001010001011011001011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85D8; }

 p { color: rgb(221,133,216); }

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

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

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

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

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

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

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