#DD85D4

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

Shades of Orchid #DD85D4

Tints of Orchid #DD85D4

Color information

#DD85D4 (or 0xDD85D4) is unknown color: approx Orchid. HEX triplet: DD, 85 and D4. RGB value is (221,133,212). Sum of RGB (Red+Green+Blue) = 221+133+212=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85D4 is #227A2B. Grayscale: #A8A8A8. Windows color (decimal): -2259500 or 13927901. OLE color: 13927901.

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

Color convert

RGB221133212-
CMYK00.400.040.13
HSL306.14º56.41%69.41%-
HSV(B)306.14º39.82%86.67%-
XYZ50.0936.966.77-
YUV168.32152.65165.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=39.05%
G=23.50%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113321200.400.040.13306.1456.4169.41
HexDD85D40284D1323845
Octal33520532405041546270105
Binary110111011000010111010100010100010011011001100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85D4; }

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

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

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

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

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

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

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

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