#D883D1

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

Shades of Orchid #D883D1

Tints of Orchid #D883D1

Color information

#D883D1 (or 0xD883D1) is unknown color: approx Orchid. HEX triplet: D8, 83 and D1. RGB value is (216,131,209). Sum of RGB (Red+Green+Blue) = 216+131+209=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D883D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883D1 is #277C2E. Grayscale: #A5A5A5. Windows color (decimal): -2587695 or 13730776. OLE color: 13730776.

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

Color convert

RGB216131209-
CMYK00.390.030.15
HSL304.94º52.15%68.04%-
HSV(B)304.94º39.35%84.71%-
XYZ47.9435.4364.63-
YUV165.31152.66164.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 131 (51.56% from 255) = 23.56%
BLUE value IS 209 (82.03% from 255) = 37.59%
R=38.85%
G=23.56%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613120900.390.030.15304.9452.1568.04
HexD883D10273F1313444
Octal33020332104731746164104
Binary11011000100000111101000101001111111111001100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D883D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D883D1; }

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

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

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

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

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

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

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

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