#DD86DB

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

Shades of Orchid #DD86DB

Tints of Orchid #DD86DB

Color information

#DD86DB (or 0xDD86DB) is unknown color: approx Orchid. HEX triplet: DD, 86 and DB. RGB value is (221,134,219). Sum of RGB (Red+Green+Blue) = 221+134+219=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86DB is #227924. Grayscale: #A9A9A9. Windows color (decimal): -2259237 or 14386909. OLE color: 14386909.

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

Color convert

RGB221134219-
CMYK00.390.010.13
HSL301.38º56.13%69.61%-
HSV(B)301.38º39.37%86.67%-
XYZ51.1337.5471.57-
YUV169.7155.82164.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 134 (52.73% from 255) = 23.34%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=38.50%
G=23.34%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113421900.390.010.13301.3856.1369.61
HexDD86DB0271D12d3846
Octal33520633304711545570106
Binary1101110110000110110110110100111111011001011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86DB; }

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

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

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

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

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

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

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

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