#D884CF

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

Shades of Orchid #D884CF

Tints of Orchid #D884CF

Color information

#D884CF (or 0xD884CF) is unknown color: approx Orchid. HEX triplet: D8, 84 and CF. RGB value is (216,132,207). Sum of RGB (Red+Green+Blue) = 216+132+207=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D884CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884CF is #277B30. Grayscale: #A5A5A5. Windows color (decimal): -2587441 or 13599960. OLE color: 13599960.

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

Color convert

RGB216132207-
CMYK00.390.040.15
HSL306.43º51.85%68.24%-
HSV(B)306.43º38.89%84.71%-
XYZ47.8335.6163.38-
YUV165.67151.33163.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=38.92%
G=23.78%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613220700.390.040.15306.4351.8568.24
HexD884CF0274F1323444
Octal33020431704741746264104
Binary110110001000010011001111010011110011111001100101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D884CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D884CF; }

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

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

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

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

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

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

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

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