#D883D7

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

Shades of Orchid #D883D7

Tints of Orchid #D883D7

Color information

#D883D7 (or 0xD883D7) is unknown color: approx Orchid. HEX triplet: D8, 83 and D7. RGB value is (216,131,215). Sum of RGB (Red+Green+Blue) = 216+131+215=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D883D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883D7 is #277C28. Grayscale: #A5A5A5. Windows color (decimal): -2587689 or 14123992. OLE color: 14123992.

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

Color convert

RGB216131215-
CMYK00.390.000.15
HSL300.71º52.15%68.04%-
HSV(B)300.71º39.35%84.71%-
XYZ48.735.7468.62-
YUV165.99155.66163.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 131 (51.56% from 255) = 23.31%
BLUE value IS 215 (84.38% from 255) = 38.26%
R=38.43%
G=23.31%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613121500.390.000.15300.7152.1568.04
HexD883D70270F12d3444
Octal33020332704701745564104
Binary1101100010000011110101110100111011111001011011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D883D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D883D7; }

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

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

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

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

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

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

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

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