#DD85DD

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

Shades of Orchid #DD85DD

Tints of Orchid #DD85DD

Color information

#DD85DD (or 0xDD85DD) is unknown color: approx Orchid. HEX triplet: DD, 85 and DD. RGB value is (221,133,221). Sum of RGB (Red+Green+Blue) = 221+133+221=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85DD is #227A22. Grayscale: #A9A9A9. Windows color (decimal): -2259491 or 14517725. OLE color: 14517725.

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

Color convert

RGB221133221-
CMYK00.4000.13
HSL300º56.41%69.41%-
HSV(B)300º39.82%86.67%-
XYZ51.2637.3772.92-
YUV169.34157.15164.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 133 (52.34% from 255) = 23.13%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=38.43%
G=23.13%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113322100.4000.1330056.4169.41
HexDD85DD0280D12c3845
Octal33520533505001545470105
Binary1101110110000101110111010101000011011001011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85DD; }

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

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

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

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

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

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

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

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