#D884DC

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

Shades of Orchid #D884DC

Tints of Orchid #D884DC

Color information

#D884DC (or 0xD884DC) is unknown color: approx Orchid. HEX triplet: D8, 84 and DC. RGB value is (216,132,220). Sum of RGB (Red+Green+Blue) = 216+132+220=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #D884DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884DC is #277B23. Grayscale: #A6A6A6. Windows color (decimal): -2587428 or 14451928. OLE color: 14451928.

HSL color Cylindrical-coordinate representation of color #D884DC: hue angle of 297.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D884DC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216132220-
CMYK0.020.4000.14
HSL297.27º55.7%69.02%-
HSV(B)297.27º40%86.27%-
XYZ49.4936.2772.1-
YUV167.15157.83162.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 132 (51.95% from 255) = 23.24%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=38.03%
G=23.24%
B=38.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161322200.020.4000.14297.2755.769.02
HexD884DC2280E1293845
Octal33020433425001645170105
Binary11011000100001001101110010101000011101001010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D884DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D884DC; }

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

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

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

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

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

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

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

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