#D884DF

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

Shades of Orchid #D884DF

Tints of Orchid #D884DF

Color information

#D884DF (or 0xD884DF) is unknown color: approx Orchid. HEX triplet: D8, 84 and DF. RGB value is (216,132,223). Sum of RGB (Red+Green+Blue) = 216+132+223=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #D884DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884DF is #277B20. Grayscale: #A7A7A7. Windows color (decimal): -2587425 or 14648536. OLE color: 14648536.

HSL color Cylindrical-coordinate representation of color #D884DF: hue angle of 295.38º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D884DF is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216132223-
CMYK0.030.4100.13
HSL295.38º58.71%69.61%-
HSV(B)295.38º40.81%87.45%-
XYZ49.8936.4374.21-
YUV167.49159.33162.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 132 (51.95% from 255) = 23.12%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=37.83%
G=23.12%
B=39.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161322230.030.4100.13295.3858.7169.61
HexD884DF3290D1273b46
Octal33020433735101544773106
Binary11011000100001001101111111101001011011001001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D884DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D884DF; }

 p { color: rgb(216,132,223); }

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

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

 a { background-color: rgb(216,132,223); }

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

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

 span { border-color: rgb(216,132,223); }

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