#D886CD

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

Shades of Orchid #D886CD

Tints of Orchid #D886CD

Color information

#D886CD (or 0xD886CD) is unknown color: approx Orchid. HEX triplet: D8, 86 and CD. RGB value is (216,134,205). Sum of RGB (Red+Green+Blue) = 216+134+205=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D886CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886CD is #277932. Grayscale: #A6A6A6. Windows color (decimal): -2586931 or 13469400. OLE color: 13469400.

HSL color Cylindrical-coordinate representation of color #D886CD: hue angle of 308.05º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D886CD is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216134205-
CMYK00.380.050.15
HSL308.05º51.25%68.63%-
HSV(B)308.05º37.96%84.71%-
XYZ47.8636.0662.19-
YUV166.61149.67163.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 134 (52.73% from 255) = 24.14%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=38.92%
G=24.14%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613420500.380.050.15308.0551.2568.63
HexD886CD0265F1343345
Octal33020631504651746463105
Binary110110001000011011001101010011010111111001101001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D886CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D886CD; }

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

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

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

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

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

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

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

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