#DD86C7

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

Shades of Orchid #DD86C7

Tints of Orchid #DD86C7

Color information

#DD86C7 (or 0xDD86C7) is unknown color: approx Orchid. HEX triplet: DD, 86 and C7. RGB value is (221,134,199). Sum of RGB (Red+Green+Blue) = 221+134+199=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86C7 is #227938. Grayscale: #A7A7A7. Windows color (decimal): -2259257 or 13076189. OLE color: 13076189.

HSL color Cylindrical-coordinate representation of color #DD86C7: hue angle of 315.17º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD86C7 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221134199-
CMYK00.390.100.13
HSL315.17º56.13%69.61%-
HSV(B)315.17º39.37%86.67%-
XYZ48.6536.5558.52-
YUV167.42145.82166.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 134 (52.73% from 255) = 24.19%
BLUE value IS 199 (78.12% from 255) = 35.92%
R=39.89%
G=24.19%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113419900.390.100.13315.1756.1369.61
HexDD86C7027AD13b3846
Octal335206307047121547370106
Binary1101110110000110110001110100111101011011001110111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86C7; }

 p { color: rgb(221,134,199); }

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

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

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

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

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

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

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