#DD85D6

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

Shades of Orchid #DD85D6

Tints of Orchid #DD85D6

Color information

#DD85D6 (or 0xDD85D6) is unknown color: approx Orchid. HEX triplet: DD, 85 and D6. RGB value is (221,133,214). Sum of RGB (Red+Green+Blue) = 221+133+214=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85D6 is #227A29. Grayscale: #A8A8A8. Windows color (decimal): -2259498 or 14058973. OLE color: 14058973.

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

Color convert

RGB221133214-
CMYK00.400.030.13
HSL304.77º56.41%69.41%-
HSV(B)304.77º39.82%86.67%-
XYZ50.343768.11-
YUV168.55153.65165.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 133 (52.34% from 255) = 23.42%
BLUE value IS 214 (83.98% from 255) = 37.68%
R=38.91%
G=23.42%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113321400.400.030.13304.7756.4169.41
HexDD85D60283D1313845
Octal33520532605031546170105
Binary11011101100001011101011001010001111011001100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85D6; }

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

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

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

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

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

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

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

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