#D883D5

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

Shades of Orchid #D883D5

Tints of Orchid #D883D5

Color information

#D883D5 (or 0xD883D5) is unknown color: approx Orchid. HEX triplet: D8, 83 and D5. RGB value is (216,131,213). Sum of RGB (Red+Green+Blue) = 216+131+213=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D883D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883D5 is #277C2A. Grayscale: #A5A5A5. Windows color (decimal): -2587691 or 13992920. OLE color: 13992920.

HSL color Cylindrical-coordinate representation of color #D883D5: hue angle of 302.12º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D883D5 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB216131213-
CMYK00.390.010.15
HSL302.12º52.15%68.04%-
HSV(B)302.12º39.35%84.71%-
XYZ48.4535.6467.28-
YUV165.76154.66163.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 131 (51.56% from 255) = 23.39%
BLUE value IS 213 (83.59% from 255) = 38.04%
R=38.57%
G=23.39%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613121300.390.010.15302.1252.1568.04
HexD883D50271F12e3444
Octal33020332504711745664104
Binary1101100010000011110101010100111111111001011101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D883D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D883D5; }

 p { color: rgb(216,131,213); }

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

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

 a { background-color: rgb(216,131,213); }

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

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

 span { border-color: rgb(216,131,213); }

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