#D884CC

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

Shades of Orchid #D884CC

Tints of Orchid #D884CC

Color information

#D884CC (or 0xD884CC) is unknown color: approx Orchid. HEX triplet: D8, 84 and CC. RGB value is (216,132,204). Sum of RGB (Red+Green+Blue) = 216+132+204=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D884CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884CC is #277B33. Grayscale: #A5A5A5. Windows color (decimal): -2587444 or 13403352. OLE color: 13403352.

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

Color convert

RGB216132204-
CMYK00.390.060.15
HSL308.57º51.85%68.24%-
HSV(B)308.57º38.89%84.71%-
XYZ47.4735.4661.47-
YUV165.32149.83164.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.13%
GREEN value IS 132 (51.95% from 255) = 23.91%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=39.13%
G=23.91%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613220400.390.060.15308.5751.8568.24
HexD884CC0276F1353444
Octal33020431404761746564104
Binary110110001000010011001100010011111011111001101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D884CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D884CC; }

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

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

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

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

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

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

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

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