#DD86CD

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

Shades of Orchid #DD86CD

Tints of Orchid #DD86CD

Color information

#DD86CD (or 0xDD86CD) is unknown color: approx Orchid. HEX triplet: DD, 86 and CD. RGB value is (221,134,205). Sum of RGB (Red+Green+Blue) = 221+134+205=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86CD is #227932. Grayscale: #A7A7A7. Windows color (decimal): -2259251 or 13469405. OLE color: 13469405.

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

Color convert

RGB221134205-
CMYK00.390.070.13
HSL311.03º56.13%69.61%-
HSV(B)311.03º39.37%86.67%-
XYZ49.3636.8362.26-
YUV168.11148.82165.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 134 (52.73% from 255) = 23.93%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=39.46%
G=23.93%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113420500.390.070.13311.0356.1369.61
HexDD86CD0277D1373846
Octal33520631504771546770106
Binary110111011000011011001101010011111111011001101111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86CD; }

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

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

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

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

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

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

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

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